Reverts linker optimizations until they're more stable.
This commit is contained in:
JustArchi
2017-08-31 18:23:58 +02:00
parent a81d02bd46
commit 0c5a05ab1c
4 changed files with 2 additions and 9 deletions

View File

@@ -36,7 +36,7 @@ script:
publish() {
if [ "$1" = 'generic' ]; then
dotnet publish ArchiSteamFarm -c "$CONFIGURATION" -o "out/${1}" --no-restore /nologo /p:LinkDuringPublish=false
dotnet publish ArchiSteamFarm -c "$CONFIGURATION" -o "out/${1}" --no-restore /nologo
else
dotnet publish ArchiSteamFarm -c "$CONFIGURATION" -o "out/${1}" -r "$1" --no-restore /nologo
fi