2 lines
170 B
PowerShell
2 lines
170 B
PowerShell
dotnet test test/Discord.Net.Tests/Discord.Net.Tests.csproj -c "Release" --noBuild -p:BuildNumber="$build"
|
|
if ($LastExitCode -ne 0) { $host.SetShouldExit($LastExitCode) } |