We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24ecd2a commit 079816dCopy full SHA for 079816d
StoryEstimator_NET8.csproj
@@ -12,15 +12,9 @@
12
</ItemGroup>
13
14
<Target Name="ProductionBuild" BeforeTargets="BeforeBuild">
15
- <Exec Command="npm install" />
16
- <Exec Command="gulp sass-to-css" />
17
- </Target>
18
-
19
- <Target Name="ProductionBuild" BeforeTargets="BeforeBuild"
20
- Condition="'$(Configuration)'=='Release'">
21
22
23
- <Exec Command="gulp bundle-min" />
+ <Exec Command="npm install" />
+ <Exec Command="gulp sass-to-css" />
+ <Exec Command="gulp bundle-min" />
24
</Target>
25
26
</Project>
0 commit comments