We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dff3538 commit 51c48adCopy full SHA for 51c48ad
.azure-pipelines/signjars-nightly.yml
@@ -45,6 +45,23 @@ extends:
45
steps:
46
- checkout: self
47
fetchTags: true
48
+ - task: UsePythonVersion@0
49
+ displayName: 'Use Python 3.11.x'
50
+ inputs:
51
+ versionSpec: 3.11.x
52
+ - task: UseDotNet@2
53
+ displayName: 'Use .NET Core 3.1.x'
54
55
+ packageType: 'sdk'
56
+ version: '3.1.x'
57
+ - task: MicroBuildSigningPlugin@4
58
+ displayName: 'Install Signing Plugin'
59
60
+ signType: real
61
+ azureSubscription: 'MicroBuild Signing Task (MSEng)'
62
+ feedSource: 'https://mseng.pkgs.visualstudio.com/DefaultCollection/_packaging/MicroBuildToolset/nuget/v3/index.json'
63
+ env:
64
+ SYSTEM_ACCESSTOKEN: $(System.AccessToken)
65
- task: JavaToolInstaller@0
66
displayName: Use Java 21
67
inputs:
0 commit comments