mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 06:00:46 +00:00
Misc
This commit is contained in:
@@ -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*') {
|
||||
|
||||
Reference in New Issue
Block a user