File tree Expand file tree Collapse file tree 1 file changed +16
-4
lines changed
common/config/azure-pipelines/templates Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,19 @@ parameters:
6
6
default : $(Build.SourceBranchName)
7
7
8
8
steps :
9
- - script : ' node common/scripts/install-run-rush.js publish --apply --publish --include-all --target-branch ${{ parameters.BranchName }} --add-commit-details --set-access-level public'
10
- displayName : ' Rush Publish (Policy: ${{ parameters.VersionPolicyName }})'
11
- env :
12
- NPM_AUTH_TOKEN : $(npmToken)
9
+ - task : EsrpRelease@7
10
+ inputs :
11
+ connectedservicename : ' odsp-web-esrp'
12
+ keyvaultname : ' odsp-web-esrp'
13
+ authcertname : ' esrp-cert'
14
+ signcertname : ' esrp-sign'
15
+ clientid : ' be2088dc-be24-46c8-b0b1-aa555603f375'
16
+ intent : ' PackageDistribution'
17
+ contenttype : ' npm'
18
+ folderlocation : ' $(System.DefaultWorkingDirectory)/ts/out/pkg'
19
+ waitforreleasecompletion : true
20
+
21
+
22
+ serviceendpointurl : ' https://api.esrp.microsoft.com'
23
+ mainpublisher : ' ESRPRELPACMAN'
24
+ domaintenantid : ' cdc5aeea-15c5-4db6-b079-fcadd2505dc2'
You can’t perform that action at this time.
0 commit comments