Skip to content

Commit 4844548

Browse files
KevinRansombaronfel
authored andcommitted
Path to dotnet tools that supports 4.8
1 parent cd67844 commit 4844548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/Build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ function UpdatePath() {
221221
TestAndAddToPath $subdir
222222

223223
# 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") {
224+
foreach ($child in Get-ChildItem "${env:ProgramFiles(x86)}\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.* Tools") {
225225
$subdir = $child
226226
}
227227
TestAndAddToPath $subdir

0 commit comments

Comments
 (0)