Skip to content

Commit

Permalink
version bumped
Browse files Browse the repository at this point in the history
  • Loading branch information
RaYell committed Jul 1, 2018
1 parent 8989cae commit a19f49a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.0.1.{build}
version: 1.0.2.{build}
image: Visual Studio 2017

install:
Expand All @@ -29,7 +29,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.0.1
- ps: dotnet pack -c Release --include-symbols --include-source --no-build -o $env:APPVEYOR_BUILD_FOLDER /p:Version=1.0.2
- ps: SonarScanner.MSBuild end /d:sonar.login=$env:SonarQubeAccessToken

artifacts:
Expand All @@ -44,7 +44,7 @@ deploy:
- provider: GitHub
on:
branch: master
release: 1.0.1
release: 1.0.2
artifact: /.*\.nupkg/
auth_token:
secure: r+IxpBcxWvxwGdiNvsHFEWa0wa8WPzw3uRi+1/ObwPoGS16bzG9FObtJIsFdmj0L

0 comments on commit a19f49a

Please sign in to comment.