Skip to content

Commit e07a3e4

Browse files
authored
Update .NET 10 SDK install dir (#641)
1 parent 1b508b9 commit e07a3e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines-official.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ extends:
6969
inputs:
7070
version: '9.x'
7171
- script: |
72-
powershell -NoProfile -ExecutionPolicy unrestricted -Command "[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; &([scriptblock]::Create((Invoke-WebRequest -UseBasicParsing 'https://dot.net/v1/dotnet-install.ps1'))) $(DotNet10InstallArgs) -InstallDir D:\a\_work\_tool\dotnet"
72+
powershell -NoProfile -ExecutionPolicy unrestricted -Command "[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; &([scriptblock]::Create((Invoke-WebRequest -UseBasicParsing 'https://dot.net/v1/dotnet-install.ps1'))) $(DotNet10InstallArgs) -InstallDir C:\ToolCache\dotnet"
7373
dotnet --info
7474
displayName: 'Install .NET 10.x'
7575

0 commit comments

Comments
 (0)