Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

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 pvandervelde/d1ec2c78fc560bd20ef1ef7a375eee30 to your computer and use it in GitHub Desktop.
Save pvandervelde/d1ec2c78fc560bd20ef1ef7a375eee30 to your computer and use it in GitHub Desktop.
<!--
**** PACK - ZIP ARCHIVE ****
-->
<!--
The item group defining the location and contents of the archive files that are generated during the build
All file paths allow build templates, e.g. $(DirBuildDeploy)\myarchive-${VersionSemantic}.zip.
-->
<ItemGroup>
<ArchivePackageSpecs Include="$(DirWorkspace)\**\*.zipspec"
Exclude="$(DirBuild)\**\*.zipspec" />
</ItemGroup>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment