Skip to content

Instantly share code, notes, and snippets.

@james-dibble
Created October 6, 2014 19:27
Show Gist options
  • Save james-dibble/9804f621bebb0bd3c6a7 to your computer and use it in GitHub Desktop.
Save james-dibble/9804f621bebb0bd3c6a7 to your computer and use it in GitHub Desktop.
Appveyor after build arguments to create a versioned ClickOnce package
msbuild ChocolateyExplorer.sln /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" /t:Publish /property:ApplicationVersion="$env:APPVEYOR_BUILD_VERSION"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment