We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ab2294 commit 214a5b1Copy full SHA for 214a5b1
eng/restore-toolset.sh
@@ -7,7 +7,7 @@ function InitializeCustomSDKToolset {
7
8
# The following frameworks and tools are used only for testing.
9
# Do not attempt to install them in source build.
10
- if [[ "${DotNetBuildFromSource:-}" == "true" ]]; then
+ if [[ $properties == *"ArcadeBuildFromSource=true"* ]]; then
11
return
12
fi
13
0 commit comments