Skip to content

Commit

Permalink
- adds dotnet 6 for ESRP tasks
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
  • Loading branch information
baywet committed Nov 14, 2023
1 parent f7944f8 commit a458944
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .azure-pipelines/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,13 @@ stages:
- job: build
steps:

- task: UseDotNet@2 # needed for ESRP sign
displayName: 'Use .NET 8'
inputs:
version: 6.x

- task: UseDotNet@2
displayName: 'Use .NET 6'
displayName: 'Use .NET 8'
inputs:
version: 8.x

Expand Down

0 comments on commit a458944

Please sign in to comment.