Add workaround for shared output assemblies

Note to self: revisit this once I get the response in https://github.com/dotnet/cli/issues/9349
This commit is contained in:
JustArchi
2018-05-25 22:08:23 +02:00
parent d3e8ae862a
commit 61fa89bd36
2 changed files with 2 additions and 2 deletions

View File

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