Skip to content

Commit 0ff0556

Browse files
committed
ci: Use net10 preview 2 for invalid PDB lookup
1 parent c057981 commit 0ff0556

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/ci/dotnet-install.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ steps:
1313
- pwsh: |
1414
$DotNetRoot = "C:\hostedtoolcache\windows\dotnet"
1515
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
1717
1818
condition: and(succeeded(), eq( variables['Agent.OS'], 'Windows_NT' ))
1919
displayName: 'Setup .NET (Windows)'
2020
2121
- pwsh: |
2222
wget https://dot.net/v1/dotnet-install.sh
2323
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
2525
echo "[task.setvariable variable=PATH;]${env:PATH}:$env:HOME/.dotnet"
2626
echo "[task.setvariable variable=DOTNET_ROOT;]$env:HOME/.dotnet"
2727

0 commit comments

Comments
 (0)