Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanLydall committed Sep 20, 2024
1 parent 997ae4e commit ce08f04
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,14 @@ pool:

steps:

# try workaround https://github.com/NuGet/Home/issues/13729#issuecomment-2325776104
- task: UseDotNet@2
displayName: 'Install .NET 9 Core SDK'
inputs:
includePreviewVersions: true
version: 9.x
performMultiLevelLookup: true

- task: CmdLine@2
inputs:
script: |
Expand Down

0 comments on commit ce08f04

Please sign in to comment.