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 4e0fd92
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 / https://github.com/NuGet/Home/issues/13729#issuecomment-2356240163
- task: UseDotNet@2
displayName: 'Install specific .NET 8 SDK'
inputs:
includePreviewVersions: true
version: '8.0.304'
performMultiLevelLookup: true

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

0 comments on commit 4e0fd92

Please sign in to comment.