Skip to content

Commit

Permalink
Bump CI SDK Version
Browse files Browse the repository at this point in the history
  • Loading branch information
iwillspeak committed Jun 17, 2024
1 parent e0860bc commit 13d4cf2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
vmImage: 'windows-latest'
steps:
- task: UseDotNet@2
displayName: 'Use .NET 7.0 sdk'
displayName: 'Use .NET 8.0 sdk'
inputs:
packageType: sdk
version: 7.0.x
version: 8.0.x
- pwsh: |
chcp 65001
dotnet build --configuration $(configuration)
Expand All @@ -40,10 +40,10 @@ jobs:
vmImage: 'ubuntu-latest'
steps:
- task: UseDotNet@2
displayName: 'Use .NET 7.0 sdk'
displayName: 'Use .NET 8.0 sdk'
inputs:
packageType: sdk
version: 7.0.x
version: 8.0.x
- bash: |
set -euxo pipefail
dotnet tool restore
Expand Down

0 comments on commit 13d4cf2

Please sign in to comment.