Skip to content

Instantly share code, notes, and snippets.

@gusztavvargadr
Last active June 26, 2017 12:20
Show Gist options
  • Save gusztavvargadr/b39b4acc44efb8b32245955166ba2d5a to your computer and use it in GitHub Desktop.
Save gusztavvargadr/b39b4acc44efb8b32245955166ba2d5a to your computer and use it in GitHub Desktop.
cache:
- packages -> **\packages.config
- C:\ProgramData\chocolatey\bin -> appveyor.yml
- C:\ProgramData\chocolatey\lib -> appveyor.yml
install:
- choco install gitversion.portable -y
configuration: Release
before_build:
- nuget restore
- ps: gitversion /l console /output buildserver /updateassemblyinfo CommonAssemblyInfo.cs /b (get-item env:APPVEYOR_REPO_BRANCH).Value
artifacts:
- path: sources/**/bin/*.nupkg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment