#---------------------------------# # general configuration # #---------------------------------# version: "{build}" branches: only: - master #---------------------------------# # environment configuration # #---------------------------------# install: - cmd: git submodule -q update --init #---------------------------------# # build configuration # #---------------------------------# configuration: Release build: project: src/Toolbelt.sln publish_nuget: true verbosity: minimal before_build: - cmd: nuget restore src/Toolbelt.sln - ps: .\tools\appveyor\scripts\update-build-version.ps1 #---------------------------------# # deployment configuration # #---------------------------------# deploy: - provider: Environment name: chocolatey before_deploy: - ps: .\tools\appveyor\scripts\declare-release-tag.ps1 - ps: .\tools\create-zip-file.ps1