From a42ed7cbf4fcfcfa17295075d62d509701e695d5 Mon Sep 17 00:00:00 2001 From: JustArchi Date: Thu, 26 Sep 2019 18:44:13 +0200 Subject: [PATCH] FFFFFFFFF --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c34e1ce80..08d11ec9b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -57,7 +57,7 @@ script: # TODO: Workaround https://github.com/mono/linker/issues/286 (don't forget to remove it from docker files too) dotnet publish ArchiSteamFarm -c "$CONFIGURATION" -f "$NET_CORE_VERSION" -o "out/${1}" --no-restore /nologo "/p:ASFVariant=$1" "/p:LinkDuringPublish=false" else - dotnet publish ArchiSteamFarm -c "$CONFIGURATION" -f "$NET_CORE_VERSION" -o "out/${1}" -r "$1" --no-restore /nologo "/p:ASFVariant=$1" "/p:LinkDuringPublish=false" + dotnet publish ArchiSteamFarm -c "$CONFIGURATION" -f "$NET_CORE_VERSION" -o "out/${1}" -r "$1" --no-restore /nologo "/p:ASFVariant=$1" fi # If we include any overlay for this variant, copy it to output directory