Skip to content

Commit

Permalink
Update Azure Pipelines to install .NET Core SDK 9 and .NET Aspire wor…
Browse files Browse the repository at this point in the history
…kload
  • Loading branch information
KrzysztofPajak committed Jan 18, 2025
1 parent b98a668 commit 21bc08f
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,17 @@ services:

steps:
- task: UseDotNet@2
displayName: 'Install .NET Core SDK 8'
displayName: 'Install .NET Core SDK 9'
inputs:
version: '9.0.x'

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

- task: DotNetCoreCLI@2
displayName: 'Install Aspire globally'
inputs:
command: custom
custom: 'tool'
arguments: 'install -g Aspire'
- task: Install .NET Aspire workload
inputs:
inlineScript: |
dotnet workload install aspire
- task: NuGetToolInstaller@1
displayName: 'Install NuGet >=6.3.0-0'
Expand Down

0 comments on commit 21bc08f

Please sign in to comment.