This commit is contained in:
JustArchi
2018-06-01 20:11:20 +02:00
parent 7613fa9f70
commit 659cbb9781
3 changed files with 14 additions and 9 deletions

View File

@@ -40,7 +40,7 @@ script:
- |
set -e
dotnet build ArchiSteamFarm -c "$CONFIGURATION" -o 'out/source' /nologo "/p:ASFVariant=generic"
dotnet build ArchiSteamFarm -c "$CONFIGURATION" -o 'out/source' /nologo
dotnet test ArchiSteamFarm.Tests -c "$CONFIGURATION" -o 'out/source' /nologo
publish() {