Skip to content

Instantly share code, notes, and snippets.

@A2H111
Created August 12, 2018 22:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save A2H111/10183a59217fba3e4ec830e7eeca9275 to your computer and use it in GitHub Desktop.
Save A2H111/10183a59217fba3e4ec830e7eeca9275 to your computer and use it in GitHub Desktop.
<PropertyGroup>
<ExcludeFoldersFromDeployment>
bin;src
</ExcludeFoldersFromDeployment>
<CopyAllFilesToSingleFolderForPackageDependsOn>
AfterBuild;
</CopyAllFilesToSingleFolderForPackageDependsOn>
<CopyAllFilesToSingleFolderForMsdeployDependsOn>
AfterBuild;
</CopyAllFilesToSingleFolderForMsdeployDependsOn>
</PropertyGroup>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment