Skip to content

Commit 214a5b1

Browse files
Merged PR 39108: Updated restore-toolset.sh - skip toolset for sourcebuild
Updated restore-toolset.sh - skip toolset for sourcebuild
1 parent 5ab2294 commit 214a5b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/restore-toolset.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ function InitializeCustomSDKToolset {
77

88
# The following frameworks and tools are used only for testing.
99
# Do not attempt to install them in source build.
10-
if [[ "${DotNetBuildFromSource:-}" == "true" ]]; then
10+
if [[ $properties == *"ArcadeBuildFromSource=true"* ]]; then
1111
return
1212
fi
1313

0 commit comments

Comments
 (0)