Cleaned up csproj/sln/scripts
This commit is contained in:
4
test.ps1
4
test.ps1
@@ -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) }
|
||||
Reference in New Issue
Block a user