Skip to content
This repository was archived by the owner on May 25, 2023. It is now read-only.

Commit 18aada0

Browse files
committed
Forcing dotnet cli version
1 parent 1230498 commit 18aada0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ function Install-Dotnet
2020
}
2121

2222
# Run the dotnet CLI install
23-
& .\.dotnet\dotnet-install.ps1
23+
& .\.dotnet\dotnet-install.ps1 -Version "1.0.0-preview2-003121"
2424

2525
# Add the dotnet folder path to the process.
2626
Remove-PathVariable $env:DOTNET_INSTALL_DIR

0 commit comments

Comments
 (0)