Skip to content

Commit

Permalink
nuget restore -> msbuild /t:restore
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKostousov committed Jan 6, 2018
1 parent 96781ed commit 303c4c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test-by-travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ then
dotnet test --no-build --configuration Release --framework netcoreapp2.0 ./GrEmit.Tests/GrEmit.Tests.csproj
else
nuget install NUnit.ConsoleRunner -Version 3.7.0 -OutputDirectory testrunner
nuget restore ./GrEmit.sln
msbuild /p:Configuration=Release ./GrEmit.sln
msbuild /t:Restore ./GrEmit.sln
msbuild /t:Rebuild /p:Configuration=Release ./GrEmit.sln
mono ./testrunner/NUnit.ConsoleRunner.3.7.0/tools/nunit3-console.exe ./GrEmit.Tests/bin/Release/net45/GrEmit.Tests.dll
fi

0 comments on commit 303c4c6

Please sign in to comment.