Skip to content

Commit

Permalink
appveyor config updated
Browse files Browse the repository at this point in the history
  • Loading branch information
RaYell committed Oct 4, 2021
1 parent 38ef2f0 commit 07d2ce8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ skip_branch_with_pr: true
skip_commits:
message: /\[(skip ci|ci skip)\]/

version: 1.7.0.{build}
version: 1.7.1.{build}
image: Visual Studio 2019

install:
Expand All @@ -32,7 +32,7 @@ build_script:
- dotnet build -c Release

after_build:
- ps: dotnet pack -c Release --include-symbols --include-source --no-build -o $env:APPVEYOR_BUILD_FOLDER /p:Version=1.7.0
- ps: dotnet pack -c Release --no-build -o $env:APPVEYOR_BUILD_FOLDER /p:Version=1.7.1

test_script:
- dotnet test -c Release --no-build /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:CoverletOutput=../../coverage.xml
Expand All @@ -47,15 +47,15 @@ artifacts:
- path: ./*.nupkg

deploy:
- provider: NuGet
on:
branch: master
api_key:
secure: RoNu0KbJqWNledqfHkctON53FTzzgNGVj7U6bpzwrC1MlEr5INEsP7FyEpEZBX1D
- provider: GitHub
on:
branch: master
release: 1.7.0
release: 1.7.1
artifact: /.*\.nupkg/
auth_token:
secure: 03TOIdkL4AV7WgYpsFpMzzamDxMjvs4qtox1v+DBL5jqG3vZTht65qHSWMwNPIq8
secure: 03TOIdkL4AV7WgYpsFpMzzamDxMjvs4qtox1v+DBL5jqG3vZTht65qHSWMwNPIq8
- provider: NuGet
on:
branch: master
api_key:
secure: RoNu0KbJqWNledqfHkctON53FTzzgNGVj7U6bpzwrC1MlEr5INEsP7FyEpEZBX1D

0 comments on commit 07d2ce8

Please sign in to comment.