Skip to content

Commit 8529c42

Browse files
committed
- switches to dotnet 2 to fix ESRP
Signed-off-by: Vincent Biret <[email protected]>
1 parent 82fa72c commit 8529c42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.azure-pipelines/ci-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ stages:
3131
- job: build
3232
steps:
3333
- task: UseDotNet@2
34-
displayName: 'Use .NET 6' # needed for ESRP signing
34+
displayName: 'Use .NET 2' # needed for ESRP signing
3535
inputs:
36-
version: 6.x
36+
version: 2.x
3737

3838
- task: UseDotNet@2
3939
displayName: 'Use .NET 7'

0 commit comments

Comments
 (0)