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/9a2dd811faf4d0e56ef3b5069d2e7d3c to your computer and use it in GitHub Desktop.
Save pvandervelde/9a2dd811faf4d0e56ef3b5069d2e7d3c to your computer and use it in GitHub Desktop.
<!--
**** PUSHTO - GIT BRANCH ****
-->
<!--
The ItemGroup defining the files that should be pushed to a GIT branch. All properties
allow the use of build templates, e.g. $(DirBuildDeploy)\myarchive-${VersionSemantic}.zip
-->
<ItemGroup>
<PushToGitBranchSpecs Include="$(DirBuildDeploy)\$(ProductNameInFilePath)-${VersionSemantic}.zip">
<Repository>git@github.com:pvandervelde/pvandervelde.github.io.git</Repository>
<Branch>master</Branch>
<ExtractZipFiles>true</ExtractZipFiles>
<CommitMessage>$(PushMessage)</CommitMessage>
</PushToGitBranchSpecs>
</ItemGroup>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment