File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,15 +13,15 @@ steps:
13
13
- pwsh : |
14
14
$DotNetRoot = "C:\hostedtoolcache\windows\dotnet"
15
15
Invoke-WebRequest "https://dot.net/v1/dotnet-install.ps1" -OutFile "./build/installcli.ps1"
16
- & ./build/installcli.ps1 -c 10.0 -q daily -InstallDir $DotNetRoot
16
+ & ./build/installcli.ps1 -v 10.0.100-preview.2.25164.34 -InstallDir $DotNetRoot
17
17
18
18
condition: and(succeeded(), eq( variables['Agent.OS'], 'Windows_NT' ))
19
19
displayName: 'Setup .NET (Windows)'
20
20
21
21
- pwsh : |
22
22
wget https://dot.net/v1/dotnet-install.sh
23
23
chmod +x dotnet-install.sh
24
- ./dotnet-install.sh -c 10.0 -q daily
24
+ ./dotnet-install.sh -v 10.0.100-preview.2.25164.34
25
25
echo "[task.setvariable variable=PATH;]${env:PATH}:$env:HOME/.dotnet"
26
26
echo "[task.setvariable variable=DOTNET_ROOT;]$env:HOME/.dotnet"
27
27
You can’t perform that action at this time.
0 commit comments