Skip to content

Commit

Permalink
Restore with msbuild /restore
Browse files Browse the repository at this point in the history
This should workaround novotnyllc/MSBuildSdkExtras#85
  • Loading branch information
AArnott committed Jun 22, 2018
1 parent bb2da93 commit 954afdd
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,8 @@ configuration: Release
environment:
VisualStudioVersion: 15.0
codecov_token: 1c079a51-729f-4e18-9792-2a75f2e074e0
before_build:
- ps: >-
cd src
dotnet restore
build_script:
- ps: msbuild /nologo /m /t:build,pack
- ps: msbuild /restore /nologo /m /t:build,pack
test_script:
- cmd: >-
cd ..
Expand Down

0 comments on commit 954afdd

Please sign in to comment.