Skip to content

Commit 7a21336

Browse files
committed
set DOTNET_ROOT to avoid ambiguiity
1 parent 9022171 commit 7a21336

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.azure-pipelines/steps/install-dotnet-sdk-manually.yml

+3
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ steps:
3434
3535
echo "Manually prepending to path"
3636
echo "##vso[task.prependpath]$path"
37+
38+
echo "Manually exporting path to DOTNET_ROOT"
39+
echo "##vso[task.setvariable variable=DOTNET_ROOT]$path"
3740
} else {
3841
$path = "$HOME\AppData\Local\Microsoft\dotnet_32"
3942
$arch = "x86"

0 commit comments

Comments
 (0)