-
Notifications
You must be signed in to change notification settings - Fork 6
/
appveyor.yml
51 lines (51 loc) · 1.24 KB
/
appveyor.yml
1
version: 1.1.{build}branches: only: - masterskip_branch_with_pr: trueimage: Visual Studio 2019configuration: Releaseshallow_clone: truedotnet_csproj: patch: true file: '**\*.csproj' version: '{version}' package_version: '{version}' assembly_version: '{version}' file_version: '{version}' informational_version: '{version}'environment: SECRET: b9d0bce0146d293e9c05eb110d33eb800e7fa559 TOKEN: secure: zpz3jONG+a22We2Yw9AtDTcGOPF44gWAVocqhPER46gBaJTtu+QJqROp0ze9LeM6 matrix: - TOKEN: secure: zpz3jONG+a22We2Yw9AtDTcGOPF44gWAVocqhPER46gBaJTtu+QJqROp0ze9LeM6 SECRET: secure: +EGl4F4NWcUnCQLQsZGI4QnF88PfoODoe+TtFQm8A49ndqcH/yvIQwiMMF316ODHinstall:- ps: appveyor DownloadFile https://dist.nuget.org/win-x86-commandline/latest/nuget.exenuget: project_feed: truebefore_build:- ps: nuget restorebuild: publish_nuget: true publish_core_console: true verbosity: minimalafter_test:- ps: ''artifacts:- path: '**\*.nupkg'deploy:- provider: NuGet api_key: secure: 6RiLMSOyoUusD3QW1pU9Em5N9T98NI2kh2NWPJtzq9550ogcWMm2PJCQp6Ya+xw5 skip_symbols: true on: branch: masternotifications:- provider: GitHubPullRequest on_build_success: true on_build_failure: true on_build_status_changed: false