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.
ildasm
1 parent 5191877 commit 5ce9d46Copy full SHA for 5ce9d46
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