Skip to content

Commit 72abd86

Browse files
Revert Gulp Command Update
1 parent 9221fb8 commit 72abd86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ASP.NET Core/ASP.NET Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<Exec WorkingDirectory="$(SpaRoot)" Command="npm install" />
1616
</Target>
1717
<Target Name="RunGulp" BeforeTargets="BeforeBuild" Condition=" '$(Configuration)' == 'Debug' And Exists('$(SpaRoot)node_modules') ">
18-
<Exec WorkingDirectory="$(ProjectDir)" Command="gulp add-resources" ContinueOnError="false">
18+
<Exec WorkingDirectory="$(ProjectDir)" Command="node_modules\.bin\gulp add-resources" ContinueOnError="false">
1919
<Output TaskParameter="ExitCode" PropertyName="ErrorCode" />
2020
</Exec>
2121
</Target>

0 commit comments

Comments
 (0)