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 abd51e6 commit a85f395
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 @@ -64,6 +64,14 @@ steps:
echo "Docker Info:"
docker info
# 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 a85f395

Please sign in to comment.