Skip to content

Commit 5de5ad6

Browse files
committed
- switches to net2 for ESRP
Signed-off-by: Vincent Biret <[email protected]>
1 parent 60e8fe5 commit 5de5ad6

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
@@ -33,9 +33,9 @@ stages:
3333
steps:
3434

3535
- task: UseDotNet@2
36-
displayName: 'Use .NET 6' # needed for ESRP signing
36+
displayName: 'Use .NET 2' # needed for ESRP signing
3737
inputs:
38-
version: 6.x
38+
version: 2.x
3939

4040
- task: UseDotNet@2
4141
displayName: 'Use .NET 7'

0 commit comments

Comments
 (0)