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.
2 parents cd67844 + 4844548 commit 3efa7d1Copy full SHA for 3efa7d1
eng/Build.ps1
@@ -221,7 +221,7 @@ function UpdatePath() {
221
TestAndAddToPath $subdir
222
223
# add windows SDK dir for ildasm.exe
224
- foreach ($child in Get-ChildItem "${env:ProgramFiles(x86)}\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.?.? Tools") {
+ foreach ($child in Get-ChildItem "${env:ProgramFiles(x86)}\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.* Tools") {
225
$subdir = $child
226
}
227
0 commit comments