Skip to content

Commit b98a668

Browse files
Update Azure Pipelines to install Aspire as a global tool
1 parent edd3450 commit b98a668

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

azure-pipelines.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,15 @@ steps:
1414
inputs:
1515
version: '9.0.x'
1616

17-
- task: UseDotNet@2
18-
displayName: 'Install .NET Aspire workload'
17+
#- script: dotnet tool install -g Aspire
18+
# displayName: 'Install Aspire globally'
19+
20+
- task: DotNetCoreCLI@2
21+
displayName: 'Install Aspire globally'
1922
inputs:
2023
command: custom
21-
custom: workload install aspire
22-
version: '9.0.x'
24+
custom: 'tool'
25+
arguments: 'install -g Aspire'
2326

2427
- task: NuGetToolInstaller@1
2528
displayName: 'Install NuGet >=6.3.0-0'

0 commit comments

Comments
 (0)