Skip to content

Commit

Permalink
Appveyor- trying to switch to msbuild restore
Browse files Browse the repository at this point in the history
  • Loading branch information
Tzach Shabtay committed May 4, 2018
1 parent 2d15f7c commit 0c74c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ install:
- ps: Set-Content -path "$env:USERPROFILE\.xamarin-credentials" -value "xamarin.com,$env:XAMARIN_COOKIE"
- npm install gh-pages -g
before_build:
- ps: dotnet restore
- ps: msbuild /t:restore MonoAGS.sln
- nuget restore ".\MonoAGS.sln"
- xamarin-component.exe restore ".\MonoAGS.sln"
- ps: |
Expand Down

0 comments on commit 0c74c6c

Please sign in to comment.