Skip to content

Commit 51c48ad

Browse files
Onboard pipelines to MicroBuild
1 parent dff3538 commit 51c48ad

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.azure-pipelines/signjars-nightly.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,23 @@ 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
52+
- task: UseDotNet@2
53+
displayName: 'Use .NET Core 3.1.x'
54+
inputs:
55+
packageType: 'sdk'
56+
version: '3.1.x'
57+
- task: MicroBuildSigningPlugin@4
58+
displayName: 'Install Signing Plugin'
59+
inputs:
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)
4865
- task: JavaToolInstaller@0
4966
displayName: Use Java 21
5067
inputs:

0 commit comments

Comments
 (0)