Skip to content

Commit fb9633d

Browse files
committed
- adds dotnet 6 since ESRP requires it
Signed-off-by: Vincent Biret <[email protected]>
1 parent 973cd6d commit fb9633d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.azure-pipelines/ci-build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,12 @@ stages:
3131
- job: build
3232
steps:
3333
- task: UseDotNet@2
34-
displayName: 'Use .NET'
34+
displayName: 'Use .NET 6' # needed for ESRP signing
35+
inputs:
36+
version: 6.x
37+
38+
- task: UseDotNet@2
39+
displayName: 'Use .NET 7'
3540
inputs:
3641
version: 7.x
3742

0 commit comments

Comments
 (0)