We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b98a668 commit 21bc08fCopy full SHA for 21bc08f
azure-pipelines.yml
@@ -10,19 +10,17 @@ services:
10
11
steps:
12
- task: UseDotNet@2
13
- displayName: 'Install .NET Core SDK 8'
+ displayName: 'Install .NET Core SDK 9'
14
inputs:
15
version: '9.0.x'
16
17
#- script: dotnet tool install -g Aspire
18
# displayName: 'Install Aspire globally'
19
20
-- task: DotNetCoreCLI@2
21
- displayName: 'Install Aspire globally'
22
- inputs:
23
- command: custom
24
- custom: 'tool'
25
- arguments: 'install -g Aspire'
+- task: Install .NET Aspire workload
+ inputs:
+ inlineScript: |
+ dotnet workload install aspire
26
27
- task: NuGetToolInstaller@1
28
displayName: 'Install NuGet >=6.3.0-0'
0 commit comments