Skip to content

Commit

Permalink
Update AppVeyor.yml from UI values
Browse files Browse the repository at this point in the history
  • Loading branch information
rjmurillo committed Apr 4, 2019
1 parent 093d1c7 commit 902032f
Showing 1 changed file with 31 additions and 4 deletions.
35 changes: 31 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ platform: Any CPU
init:
- ps: IF ($env:APPVEYOR_REPO_BRANCH -eq "develop") {$env:APPVEYOR_CACHE_SKIP_SAVE = "true"}
install:
- choco install gitversion.portable -pre -y
cache:
- packages -> **\packages.config
- cmd: choco install gitversion.portable -version 4.0.0-beta0012 -pre -y
cache: packages -> **\packages.config
nuget:
account_feed: true
project_feed: true
disable_publish_on_pr: true
before_build:
- ps: >-
.\init.ps1;
& .\.tools\nuget.exe restore -NonInteractive -DisableParallelProcessing;
C:\ProgramData\chocolatey\bin\gfv.exe /l console /output buildserver;
gitversion /l console /output buildserver;
build:
publish_nuget: true
publish_nuget_symbols: true
Expand Down Expand Up @@ -43,6 +43,33 @@ deploy:
api_key:
secure: 8wGYx8W+ojYQJsAJpRLez+KwwFa+OW7cvsn5RoR08WQpi5klhTq/9b/9YaEu/5Bx
symbol_server: https://www.myget.org/F/qwiq/symbols/api/v2/package
on:
branch: dev(elop)?(ment)?$
GitVersion_PreReleaseLabel: ''
- provider: NuGet
server: https://www.myget.org/F/qwiq/api/v2/package
api_key:
secure: 8wGYx8W+ojYQJsAJpRLez+KwwFa+OW7cvsn5RoR08WQpi5klhTq/9b/9YaEu/5Bx
symbol_server: https://www.myget.org/F/qwiq/symbols/api/v2/package
on:
branch: master
GitVersion_PreReleaseLabel: ''
- provider: NuGet
server: https://www.myget.org/F/qwiq/api/v2/package
api_key:
secure: 8wGYx8W+ojYQJsAJpRLez+KwwFa+OW7cvsn5RoR08WQpi5klhTq/9b/9YaEu/5Bx
symbol_server: https://www.myget.org/F/qwiq/symbols/api/v2/package
on:
branch: releases?[/-]
GitVersion_PreReleaseLabel: ''
- provider: NuGet
server: https://www.myget.org/F/qwiq/api/v2/package
api_key:
secure: 8wGYx8W+ojYQJsAJpRLez+KwwFa+OW7cvsn5RoR08WQpi5klhTq/9b/9YaEu/5Bx
symbol_server: https://www.myget.org/F/qwiq/symbols/api/v2/package
on:
branch: support[/-]
GitVersion_PreReleaseLabel: ''
notifications:
- provider: GitHubPullRequest
on_build_success: false
Expand Down

0 comments on commit 902032f

Please sign in to comment.