Skip to content

Commit

Permalink
Fix linux build of azure pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
OsirisTerje committed Apr 7, 2024
1 parent 1a7887d commit 8b8106d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions azure-pipelines.yml
Expand Up @@ -48,6 +48,11 @@ jobs:
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 5.0 runtime
inputs:
Expand Down

0 comments on commit 8b8106d

Please sign in to comment.