Files
Discord.Net/test.ps1
2017-01-25 20:14:19 -04:00

2 lines
174 B
PowerShell

dotnet test test/Discord.Net.Tests/Discord.Net.Tests.csproj -c "Release" --noBuild /p:BuildNumber="$Env:BUILD"
if ($LastExitCode -ne 0) { $host.SetShouldExit($LastExitCode) }