From 83e308724bd46b85558fa76db50dba9cc2e2af5a Mon Sep 17 00:00:00 2001 From: JustArchi Date: Fri, 14 Sep 2018 05:38:55 +0200 Subject: [PATCH] Misc --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 90d5bc483..2269b70fd 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -100,7 +100,7 @@ after_test: # TODO: Workaround https://github.com/mono/linker/issues/286 (don't forget to remove it from docker files too) # TODO: Workaround https://github.com/dotnet/coreclr/issues/19896 (don't forget to remove it from docker files too) if ($variant -like 'generic*' -or $targetFramework -eq $env:NET_CORE_FALLBACK_VERSION) { - $linkDuringPublish = false; + $linkDuringPublish = 'false' } if ($variant -like 'generic*') {