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 cda37f1 commit 6a01a2fCopy full SHA for 6a01a2f
src/Serilog.Ui.Web/Serilog.Ui.Web.csproj
@@ -17,7 +17,7 @@
17
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
18
</ItemGroup>
19
20
- <Target Name="NpmRunBuild" BeforeTargets="BeforeBuild">
+ <Target Name="NpmRunBuild" BeforeTargets="BeforeBuild" Condition="'$(Configuration)'!='DEBUG'">
21
<Exec Command="npm run build" />
22
</Target>
23
0 commit comments