File tree Expand file tree Collapse file tree 6 files changed +18
-6
lines changed Expand file tree Collapse file tree 6 files changed +18
-6
lines changed Original file line number Diff line number Diff line change 21
21
<Content Remove =" ClientApp\**" />
22
22
</ItemGroup >
23
23
24
+ <!-- /-:cnd:noEmit -->
24
25
<Target Name =" DebugRunWebpack" BeforeTargets =" Build" Condition =" '$(Configuration)' == 'Debug' And !Exists('wwwroot\dist') " >
25
26
<!-- In development, the dist files won't exist on the first run or when cloning to
26
27
a different machine, so rebuild them if not already present. -->
27
28
<Message Importance =" high" Text =" Performing first-run Webpack build..." />
28
29
<Exec Command =" node node_modules/webpack/bin/webpack.js --config webpack.config.vendor.js" />
29
30
<Exec Command =" node node_modules/webpack/bin/webpack.js" />
30
31
</Target >
31
-
32
+ <!-- /+:cnd:noEmit -->
33
+
32
34
<Target Name =" PublishRunWebpack" AfterTargets =" ComputeFilesToPublish" >
33
35
<!-- As part of publishing, ensure the JS resources are freshly built in production mode -->
34
36
<Exec Command =" npm install" />
Original file line number Diff line number Diff line change 16
16
<DotNetCliToolReference Include =" Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version =" 2.0.0-*" />
17
17
</ItemGroup >
18
18
19
+ <!-- /-:cnd:noEmit -->
19
20
<Target Name =" DebugRunWebpack" BeforeTargets =" Build" Condition =" '$(Configuration)' == 'Debug' And !Exists('wwwroot\dist') " >
20
21
<!-- In development, the dist files won't exist on the first run or when cloning to
21
22
a different machine, so rebuild them if not already present. -->
22
23
<Message Importance =" high" Text =" Performing first-run Webpack build..." />
23
24
<Exec Command =" node node_modules/webpack/bin/webpack.js --config webpack.config.vendor.js" />
24
25
<Exec Command =" node node_modules/webpack/bin/webpack.js" />
25
26
</Target >
26
-
27
+ <!-- /+:cnd:noEmit -->
28
+
27
29
<Target Name =" PublishRunWebpack" AfterTargets =" ComputeFilesToPublish" >
28
30
<!-- As part of publishing, ensure the JS resources are freshly built in production mode -->
29
31
<Exec Command =" npm install" />
Original file line number Diff line number Diff line change 16
16
<DotNetCliToolReference Include =" Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version =" 2.0.0-*" />
17
17
</ItemGroup >
18
18
19
+ <!-- /-:cnd:noEmit -->
19
20
<Target Name =" DebugRunWebpack" BeforeTargets =" Build" Condition =" '$(Configuration)' == 'Debug' And !Exists('wwwroot\dist') " >
20
21
<!-- In development, the dist files won't exist on the first run or when cloning to
21
22
a different machine, so rebuild them if not already present. -->
22
23
<Message Importance =" high" Text =" Performing first-run Webpack build..." />
23
24
<Exec Command =" node node_modules/webpack/bin/webpack.js --config webpack.config.vendor.js" />
24
25
<Exec Command =" node node_modules/webpack/bin/webpack.js" />
25
26
</Target >
26
-
27
+ <!-- /+:cnd:noEmit -->
28
+
27
29
<Target Name =" PublishRunWebpack" AfterTargets =" ComputeFilesToPublish" >
28
30
<!-- As part of publishing, ensure the JS resources are freshly built in production mode -->
29
31
<Exec Command =" npm install" />
Original file line number Diff line number Diff line change 21
21
<Content Remove =" ClientApp\**" />
22
22
</ItemGroup >
23
23
24
+ <!-- /-:cnd:noEmit -->
24
25
<Target Name =" DebugRunWebpack" BeforeTargets =" Build" Condition =" '$(Configuration)' == 'Debug' And !Exists('wwwroot\dist') " >
25
26
<!-- In development, the dist files won't exist on the first run or when cloning to
26
27
a different machine, so rebuild them if not already present. -->
27
28
<Message Importance =" high" Text =" Performing first-run Webpack build..." />
28
29
<Exec Command =" node node_modules/webpack/bin/webpack.js --config webpack.config.vendor.js" />
29
30
<Exec Command =" node node_modules/webpack/bin/webpack.js" />
30
31
</Target >
31
-
32
+ <!-- /+:cnd:noEmit -->
33
+
32
34
<Target Name =" PublishRunWebpack" AfterTargets =" ComputeFilesToPublish" >
33
35
<!-- As part of publishing, ensure the JS resources are freshly built in production mode -->
34
36
<Exec Command =" npm install" />
Original file line number Diff line number Diff line change 16
16
<DotNetCliToolReference Include =" Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version =" 2.0.0-*" />
17
17
</ItemGroup >
18
18
19
+ <!-- /-:cnd:noEmit -->
19
20
<Target Name =" DebugRunWebpack" BeforeTargets =" Build" Condition =" '$(Configuration)' == 'Debug' And !Exists('wwwroot\dist') " >
20
21
<!-- In development, the dist files won't exist on the first run or when cloning to
21
22
a different machine, so rebuild them if not already present. -->
22
23
<Message Importance =" high" Text =" Performing first-run Webpack build..." />
23
24
<Exec Command =" node node_modules/webpack/bin/webpack.js --config webpack.config.vendor.js" />
24
25
<Exec Command =" node node_modules/webpack/bin/webpack.js" />
25
26
</Target >
26
-
27
+ <!-- /+:cnd:noEmit -->
28
+
27
29
<Target Name =" PublishRunWebpack" AfterTargets =" ComputeFilesToPublish" >
28
30
<!-- As part of publishing, ensure the JS resources are freshly built in production mode -->
29
31
<Exec Command =" npm install" />
Original file line number Diff line number Diff line change 16
16
<DotNetCliToolReference Include =" Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version =" 2.0.0-*" />
17
17
</ItemGroup >
18
18
19
+ <!-- /-:cnd:noEmit -->
19
20
<Target Name =" DebugRunWebpack" BeforeTargets =" Build" Condition =" '$(Configuration)' == 'Debug' And !Exists('wwwroot\dist') " >
20
21
<!-- In development, the dist files won't exist on the first run or when cloning to
21
22
a different machine, so rebuild them if not already present. -->
22
23
<Message Importance =" high" Text =" Performing first-run Webpack build..." />
23
24
<Exec Command =" node node_modules/webpack/bin/webpack.js --config webpack.config.vendor.js" />
24
25
<Exec Command =" node node_modules/webpack/bin/webpack.js" />
25
26
</Target >
26
-
27
+ <!-- /+:cnd:noEmit -->
28
+
27
29
<Target Name =" PublishRunWebpack" AfterTargets =" ComputeFilesToPublish" >
28
30
<!-- As part of publishing, ensure the JS resources are freshly built in production mode -->
29
31
<Exec Command =" npm install" />
You can’t perform that action at this time.
0 commit comments