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