Skip to content

Commit

Permalink
Fixing azure pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
OsirisTerje committed Apr 7, 2024
1 parent b103d4e commit 1a7887d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions azure-pipelines.yml
Expand Up @@ -21,6 +21,10 @@ jobs:
displayName: Install .NET Core 7.0 sdk
inputs:
version: 7.x
- task: UseDotNet@2
displayName: Install .NET Core 8.0 sdk
inputs:
version: 8.x
- task: UseDotNet@2
displayName: Install .NET Core 3.1 runtime
inputs:
Expand Down

0 comments on commit 1a7887d

Please sign in to comment.