mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-12-17 09:55:37 +08:00
Excluding PDBs from deployment packages
This commit is contained in:
@@ -354,7 +354,7 @@
|
||||
|
||||
<Zip-Stage Include="$(StageFolder)\**\*" />
|
||||
|
||||
<Zip-MsDeploy Include="$(MsDeployFolder)\**\*" />
|
||||
<Zip-MsDeploy Include="$(MsDeployFolder)\**\*" Exclude="$(MSBuildProjectDirectory)\**\bin\**\*.pdb;"/>
|
||||
|
||||
<Zip-Source Include="
|
||||
$(MSBuildProjectDirectory)\lib\**\*;
|
||||
|
||||
Reference in New Issue
Block a user