Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViktor Hofer <viktor.hofer@microsoft.com>2021-11-03 20:09:41 +0300
committerGitHub <noreply@github.com>2021-11-03 20:09:41 +0300
commit01138325ad377838280edf70edec0989677c18ac (patch)
tree2aad00e134c8a88bb9f8848c2bdfa190520e3981 /eng/build.ps1
parented7cc17f7f13496514544f5325e996df5b3cf966 (diff)
Update SDK to 6.0 RC2 (#60256)
Co-authored-by: Rainer Sigwald <raines@microsoft.com> Co-authored-by: Jeremy Koritzinsky <jekoritz@microsoft.com>
Diffstat (limited to 'eng/build.ps1')
-rw-r--r--eng/build.ps14
1 files changed, 4 insertions, 0 deletions
diff --git a/eng/build.ps1 b/eng/build.ps1
index 08afd6598ce..83b9e5104d9 100644
--- a/eng/build.ps1
+++ b/eng/build.ps1
@@ -266,6 +266,10 @@ foreach ($argument in $PSBoundParameters.Keys)
}
}
+# Disable targeting pack caching as we reference a partially constructed targeting pack and update it later.
+# The later changes are ignored when using the cache.
+$env:DOTNETSDK_ALLOW_TARGETING_PACK_CACHING=0
+
$failedBuilds = @()
if ($os -eq "Browser") {