Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kralizek committed Jan 8, 2019
1 parent 712fdb8 commit 06238a5
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 @@ -15,7 +15,9 @@ clone_folder: c:\projects\nybus

environment:
COVERALLS_REPO_TOKEN:
secure: FLG2WTxc1Gvrikrvj/UXnb9IAklUhPKGYV5pxOzlwsOWGQBiiEigRnyWCvCc2Zga
secure: FLG2WTxc1Gvrikrvj/UXnb9IAklUhPKGYV5pxOzlwsOWGQBiiEigRnyWCvCc2Zga
MYGET_TOKEN:
secure: yP12k1vrHJyValU1UWnW3NySjKfXlRomR8p4qqmYs26FDztsGMlCQeT5jdCVHlz6

cache:
- '%LocalAppData%\NuGet\v3-cache'
Expand All @@ -25,7 +27,7 @@ nuget:
project_feed: false
disable_publish_on_pr: true

before_build:
install:
- cmd: dotnet tool install -g Cake.Tool --version 0.30.0
- cmd: dotnet tool install coveralls.net --tool-path tools

Expand Down

0 comments on commit 06238a5

Please sign in to comment.