forked from atomex-me/atomex.client.wpf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
34 lines (27 loc) · 894 Bytes
/
appveyor.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
version: 1.0.{build}
branches:
only:
- master
skip_tags: true
image: Visual Studio 2019
clone_script:
- cmd: git clone -q --recursive --branch=%APPVEYOR_REPO_BRANCH% https://github.com/%APPVEYOR_REPO_NAME%.git %APPVEYOR_BUILD_FOLDER%
- cmd: git checkout -qf %APPVEYOR_REPO_COMMIT%
build_script:
- dotnet restore
- nuget restore
- msbuild /p:Configuration="Release" /clp:ErrorsOnly'
# - msbuild .\Atomex.Client.Wpf.Installer\Atomex.Client.Wpf.Installer.wixproj /p:Configuration="Release" /clp:ErrorsOnly'
#artifacts:
# - path: .\Atomex.Client.Wpf.Installer\bin\Release\Atomex.Wallet.msi
#deploy:
# release: v$(appveyor_build_version)
# description: 'Release description.'
# provider: GitHub
# auth_token:
# secure: tu9uVOIo1aeDV/0cdsLYA7Dbs75q8ogSTe8y9vPACH8zb1G417/RVwpqq+ZwT4rV
# artifact: /.*/
# draft: true
# prerelease: true
# on:
# branch: master