Skip to content

Commit 079816d

Browse files
v30.1.37
1 parent 24ecd2a commit 079816d

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

StoryEstimator_NET8.csproj

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,9 @@
1212
</ItemGroup>
1313

1414
<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-
<Exec Command="npm install" />
22-
<Exec Command="gulp sass-to-css" />
23-
<Exec Command="gulp bundle-min" />
15+
<Exec Command="npm install" />
16+
<Exec Command="gulp sass-to-css" />
17+
<Exec Command="gulp bundle-min" />
2418
</Target>
2519

2620
</Project>

0 commit comments

Comments
 (0)