Cleaned up csproj/sln/scripts

This commit is contained in:
RogueException
2017-01-25 12:41:38 -04:00
parent 203265cb65
commit 3046b62c94
9 changed files with 15 additions and 10 deletions

View File

@@ -1,4 +1,2 @@
dotnet restore test/Discord.Net.Tests/Discord.Net.Tests.csproj
if ($LastExitCode -ne 0) { $host.SetShouldExit($LastExitCode) }
dotnet test test/Discord.Net.Tests/Discord.Net.Tests.csproj
dotnet test test/Discord.Net.Tests/Discord.Net.Tests.csproj -c "Release" --noBuild -p:BuildNumber="$build"
if ($LastExitCode -ne 0) { $host.SetShouldExit($LastExitCode) }