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.
2 parents cda37f1 + 6a01a2f commit ae2aebdCopy full SHA for ae2aebd
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