Skip to content

Commit 3efa7d1

Browse files
KevinRansombaronfel
authored andcommitted
Merge pull request #8198 from KevinRansom/cp_8197
CherryPick 8197 - master .... Path to dotnet tools that supports 4.8
2 parents cd67844 + 4844548 commit 3efa7d1

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)