Files
Discord.Net/test.ps1
2017-01-25 22:27:24 -04:00

2 lines
175 B
PowerShell

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