Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
scott-xu committed Oct 20, 2017
1 parent 17b4659 commit d7a879a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,17 @@ dotnet_csproj:

cache:
- '%LocalAppData%\NuGet\v3-cache -> **\*.csproj'
- packages -> **\packages.config

before_build:
- dotnet restore --verbosity quiet
- nuget restore -Verbosity quiet

build:
parallel: true
verbosity: minimal

artifacts:
- path: '**\*.nupkg'
- path: 'src\**\*.nupkg'

deploy:
provider: NuGet
Expand Down

0 comments on commit d7a879a

Please sign in to comment.