mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 22:25:28 +01:00
Skip BundleMinify if in Debug mode
This commit is contained in:
parent
3c51bd3b23
commit
0229b560e7
1 changed files with 4 additions and 1 deletions
|
@ -2,7 +2,10 @@
|
|||
<Import Project="../Build/Version.csproj" Condition="Exists('../Build/Version.csproj')" />
|
||||
<Import Project="../Build/Common.csproj" />
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<OutputType>Exe</OutputType> </PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)' == 'Debug'">
|
||||
<!--BundleMinify add 5s to the build process, making the debug/feedback loop slower-->
|
||||
<RunBundleMinify>False</RunBundleMinify>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Compile Remove="Build\dockerfiles\**" />
|
||||
|
|
Loading…
Add table
Reference in a new issue