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 06574d2 commit 5588be2Copy full SHA for 5588be2
eng/dogfood.ps1
@@ -39,7 +39,7 @@ try {
39
40
$TestDotnetRoot = Join-Path $ArtifactsDir "bin\redist\$configuration\dotnet"
41
42
- $testDotnetVersion = (Get-Childitem -Directory "$TestDotnetRoot\sdk")[-1]
+ $testDotnetVersion = (Get-Childitem -Directory "$TestDotnetRoot\sdk")[-1].Name
43
$env:DOTNET_MSBUILD_SDK_RESOLVER_SDKS_DIR = Join-Path $TestDotnetRoot "sdk\$testDotnetVersion\Sdks"
44
$env:MicrosoftNETBuildExtensionsTargets = Join-Path $ArtifactsDir "bin\$configuration\Sdks\Microsoft.NET.Build.Extensions\msbuildExtensions\Microsoft\Microsoft.NET.Build.Extensions\Microsoft.NET.Build.Extensions.targets"
45
0 commit comments