Skip to content

Commit 21bc08f

Browse files
Update Azure Pipelines to install .NET Core SDK 9 and .NET Aspire workload
1 parent b98a668 commit 21bc08f

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

azure-pipelines.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,17 @@ services:
1010

1111
steps:
1212
- task: UseDotNet@2
13-
displayName: 'Install .NET Core SDK 8'
13+
displayName: 'Install .NET Core SDK 9'
1414
inputs:
1515
version: '9.0.x'
1616

1717
#- script: dotnet tool install -g Aspire
1818
# displayName: 'Install Aspire globally'
1919

20-
- task: DotNetCoreCLI@2
21-
displayName: 'Install Aspire globally'
22-
inputs:
23-
command: custom
24-
custom: 'tool'
25-
arguments: 'install -g Aspire'
20+
- task: Install .NET Aspire workload
21+
inputs:
22+
inlineScript: |
23+
dotnet workload install aspire
2624
2725
- task: NuGetToolInstaller@1
2826
displayName: 'Install NuGet >=6.3.0-0'

0 commit comments

Comments
 (0)