Files
Discord.Net/test.ps1
2017-01-25 12:41:38 -04:00

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) }