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 2750eba + 5588be2 commit f239eb4Copy full SHA for f239eb4
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