MassiveKnob/appveyor.yml

37 lines
802 B
YAML
Raw Permalink Normal View History

image: Visual Studio 2019
install:
- choco install gitversion.portable -pre -y
2021-03-16 11:50:01 +00:00
- git submodule update --init --recursive
before_build:
2021-03-16 11:48:13 +00:00
- nuget restore Windows\MassiveKnob.sln
- ps: gitversion /l console /output buildserver
- ps: build\UpdateVersion.ps1
build:
project: Windows\MassiveKnob.sln
platform:
- Any CPU
configuration:
- Release
after_build:
2021-03-16 11:46:36 +00:00
- cmd: "\"C:\\Program Files (x86)\\Inno Setup 6\\ISCC.exe\" \"Windows\\Setup\\MassiveKnobSetup.iss\""
2021-06-09 06:44:35 +00:00
artifacts:
- path: 'Windows\Release\MassiveKnobSetup-*.exe'
deploy:
provider: GitHub
auth_token:
2021-08-11 09:34:47 +00:00
secure: dWOConKg3VTPvd9DmWOOKiX1SJCalaqKInuk9GlKQOZX2s+Bia49J7q+AHO8wFj7
2021-06-09 06:44:35 +00:00
artifact: /Windows\\Release\\MassiveKnobSetup-.*\.exe/
draft: false
prerelease: false
on:
branch: master
APPVEYOR_REPO_TAG: true