Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ENikS authored Oct 19, 2017
1 parent 7160c71 commit 27017a3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ platform: Any CPU

install:
- ps: $env:build_version = (Get-Content -Raw -Path package.json | ConvertFrom-Json).version
- ps: $env:build_description = (Get-Content -Raw -Path package.json | ConvertFrom-Json).description
- ps: Update-AppveyorBuild -Version "$env:build_version.$env:APPVEYOR_BUILD_NUMBER"

dotnet_csproj:
Expand All @@ -27,13 +28,14 @@ artifacts:
deploy:
- provider: GitHub
force_update: true
description: $(build_description)
tag: $(appveyor_repo_tag_name)
release: v$(appveyor_repo_tag_name)
auth_token:
secure: 0RltkfAMN35pApf7xYqjwy1EgsVeniSYPv35Qb9ntHY1b4SC51QYLXVVfklvw09j
artifact: /.*\.nupkg/ # upload all NuGet packages to release assets
draft: false
prerelease: false
auth_token:
secure: 0RltkfAMN35pApf7xYqjwy1EgsVeniSYPv35Qb9ntHY1b4SC51QYLXVVfklvw09j
on:
appveyor_repo_tag: true # deploy on tag push only
- provider: NuGet
Expand Down

0 comments on commit 27017a3

Please sign in to comment.