Skip to content

Commit

Permalink
Add .NET Core 8 SDK installation to ADO build configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
AllDwarf committed Jan 2, 2025
1 parent 872dd36 commit 5976bdb
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions ado-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ jobs:

- checkout: self

- task: UseDotNet@2
displayName: .NET Core 8 sdk
inputs:
version: "8.0.x"
packageType: sdk

- task: Bash@3
displayName: "Build and Test"
inputs:
Expand All @@ -42,6 +48,12 @@ jobs:
version: "6.0.x"
packageType: sdk

- task: UseDotNet@2
displayName: .NET Core 8 sdk
inputs:
version: "8.0.x"
packageType: sdk

- checkout: self

- task: CmdLine@2
Expand All @@ -67,6 +79,12 @@ jobs:
version: "6.0.x"
packageType: sdk

- task: UseDotNet@2
displayName: .NET Core 8 sdk
inputs:
version: "8.0.x"
packageType: sdk

- checkout: self

- task: Bash@3
Expand Down

0 comments on commit 5976bdb

Please sign in to comment.