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 85e574c commit 82cbea1Copy full SHA for 82cbea1
eng/restore-toolset.ps1
@@ -9,8 +9,8 @@ function InitializeCustomSDKToolset {
9
}
10
11
# The following frameworks and tools are used only for testing.
12
- # Do not attempt to install them in product build.
13
- if ($productBuild) {
+ # Do not attempt to install them when building in the VMR.
+ if ($fromVmr) {
14
return
15
16
eng/restore-toolset.sh
@@ -6,8 +6,8 @@ function InitializeCustomSDKToolset {
6
fi
7
8
- if [[ $product_build == true ]]; then
+ if [[ $from_vmr == true ]]; then
0 commit comments