Skip to content

Commit 94c5ebf

Browse files
authored
Temporarily disable npm publishing in azure-pipelines-release.yml (#10360)
1 parent aebb127 commit 94c5ebf

1 file changed

Lines changed: 26 additions & 26 deletions

File tree

build/azuredevops/azure-pipelines-release.yml

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -274,32 +274,32 @@ extends:
274274
$aadToken = az account get-access-token --query accessToken --resource 499b84ac-1321-427f-aa17-267ca6975798 -o tsv
275275
vsce publish --pat $aadToken --packagePath $(System.ArtifactsDirectory)/$(VSIX_NAME) --noVerify --manifestPath $(System.ArtifactsDirectory)/extension.manifest --signaturePath $(System.ArtifactsDirectory)/extension.signature.p7s
276276
277-
- stage: PublishToNpm
278-
dependsOn: WaitForValidation
279-
jobs:
280-
- job: publish_package
281-
displayName: Publish package to NPM
277+
# - stage: PublishToNpm
278+
# dependsOn: WaitForValidation
279+
# jobs:
280+
# - job: publish_package
281+
# displayName: Publish package to NPM
282282

283-
pool:
284-
name: VSEngSS-MicroBuild2022-1ES # This pool is required to have the certs needed to publish using ESRP.
285-
os: windows
286-
image: server2022-microbuildVS2022-1es
283+
# pool:
284+
# name: VSEngSS-MicroBuild2022-1ES # This pool is required to have the certs needed to publish using ESRP.
285+
# os: windows
286+
# image: server2022-microbuildVS2022-1es
287287

288-
templateContext:
289-
type: releaseJob
290-
isProduction: true
291-
inputs:
292-
- input: pipelineArtifact
293-
artifactName: $(ARTIFACT_NAME_PACKAGE)
294-
targetPath: $(Build.StagingDirectory)/dist
288+
# templateContext:
289+
# type: releaseJob
290+
# isProduction: true
291+
# inputs:
292+
# - input: pipelineArtifact
293+
# artifactName: $(ARTIFACT_NAME_PACKAGE)
294+
# targetPath: $(Build.StagingDirectory)/dist
295295

296-
steps:
297-
- template: MicroBuild.Publish.yml@MicroBuildTemplate
298-
parameters:
299-
intent: PackageDistribution
300-
contentType: npm
301-
contentSource: Folder
302-
folderLocation: $(Build.StagingDirectory)/dist
303-
waitForReleaseCompletion: true
304-
owners: erikd@microsoft.com
305-
approvers: grwheele@microsoft.com
296+
# steps:
297+
# - template: MicroBuild.Publish.yml@MicroBuildTemplate
298+
# parameters:
299+
# intent: PackageDistribution
300+
# contentType: npm
301+
# contentSource: Folder
302+
# folderLocation: $(Build.StagingDirectory)/dist
303+
# waitForReleaseCompletion: true
304+
# owners: erikd@microsoft.com
305+
# approvers: grwheele@microsoft.com

0 commit comments

Comments
 (0)