Skip to content

Commit

Permalink
.net6 is still needed for the ESRP signing step
Browse files Browse the repository at this point in the history
  • Loading branch information
mizrael committed Jan 25, 2024
1 parent 0e85b5c commit 0ebeade
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ jobs:
version: 7.0.x
installationPath: '$(Agent.ToolsDirectory)/dotnet'

- task: UseDotNet@2
displayName: 'Use dotnet SDK 6.0'
inputs:
version: 6.0.x
installationPath: '$(Agent.ToolsDirectory)/dotnet'

- task: UseDotNet@2
displayName: 'Use dotnet sdk 3.1'
inputs:
Expand Down

0 comments on commit 0ebeade

Please sign in to comment.