Skip to content

Commit a1f68f4

Browse files
Update codesign task (#593)
1 parent bccb480 commit a1f68f4

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

.azure-pipelines/signjars-nightly.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,20 +45,22 @@ extends:
4545
steps:
4646
- checkout: self
4747
fetchTags: true
48-
- task: UsePythonVersion@0
49-
displayName: 'Use Python 3.11.x'
50-
inputs:
51-
versionSpec: 3.11.x
5248
- task: UseDotNet@2
5349
displayName: 'Use .NET Core 3.1.x'
5450
inputs:
5551
packageType: 'sdk'
5652
version: '3.1.x'
53+
- task: UseDotNet@2
54+
displayName: 'Use .NET Core 8.0.x'
55+
inputs:
56+
packageType: 'sdk'
57+
version: '8.0.x'
5758
- task: MicroBuildSigningPlugin@4
5859
displayName: 'Install Signing Plugin'
5960
inputs:
6061
signType: real
6162
azureSubscription: 'MicroBuild Signing Task (MSEng)'
63+
useEsrpCli: true
6264
feedSource: 'https://mseng.pkgs.visualstudio.com/DefaultCollection/_packaging/MicroBuildToolset/nuget/v3/index.json'
6365
env:
6466
SYSTEM_ACCESSTOKEN: $(System.AccessToken)

.azure-pipelines/signjars-rc.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,20 +40,22 @@ extends:
4040
steps:
4141
- checkout: self
4242
fetchTags: true
43-
- task: UsePythonVersion@0
44-
displayName: 'Use Python 3.11.x'
45-
inputs:
46-
versionSpec: 3.11.x
4743
- task: UseDotNet@2
4844
displayName: 'Use .NET Core 3.1.x'
4945
inputs:
5046
packageType: 'sdk'
5147
version: '3.1.x'
48+
- task: UseDotNet@2
49+
displayName: 'Use .NET Core 8.0.x'
50+
inputs:
51+
packageType: 'sdk'
52+
version: '8.0.x'
5253
- task: MicroBuildSigningPlugin@4
5354
displayName: 'Install Signing Plugin'
5455
inputs:
5556
signType: real
5657
azureSubscription: 'MicroBuild Signing Task (MSEng)'
58+
useEsrpCli: true
5759
feedSource: 'https://mseng.pkgs.visualstudio.com/DefaultCollection/_packaging/MicroBuildToolset/nuget/v3/index.json'
5860
env:
5961
SYSTEM_ACCESSTOKEN: $(System.AccessToken)

0 commit comments

Comments
 (0)