diff --git a/eng/pipelines/publish-dev.yaml b/eng/pipelines/publish-dev.yaml index fdf709337f..089203e7e4 100644 --- a/eng/pipelines/publish-dev.yaml +++ b/eng/pipelines/publish-dev.yaml @@ -28,6 +28,6 @@ extends: - script: npx @microsoft/rush publish --publish --pack --include-all displayName: Pack packages - - script: | - npx @microsoft/rush publish --publish --registry https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-tools-feeds/npm/registry --npm-auth-token "$(azure-sdk-devops-npm-token)" --include-all --set-access-level public - displayName: Publish packages + # - script: | + # npx @microsoft/rush publish --publish --registry https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-tools-feeds/npm/registry --npm-auth-token "$(azure-sdk-devops-npm-token)" --include-all --set-access-level public + # displayName: Publish packages diff --git a/eng/pipelines/publish.yaml b/eng/pipelines/publish.yaml index fd8c4be832..bcb1b2f2eb 100644 --- a/eng/pipelines/publish.yaml +++ b/eng/pipelines/publish.yaml @@ -25,9 +25,9 @@ extends: - script: npx @microsoft/rush publish --publish --pack --include-all displayName: Pack packages - - script: | - NPM_AUTH_TOKEN="$(azure-sdk-npm-token)" npx @microsoft/rush publish --publish --include-all --set-access-level public - displayName: Publish packages + # - script: | + # NPM_AUTH_TOKEN="$(azure-sdk-npm-token)" npx @microsoft/rush publish --publish --include-all --set-access-level public + # displayName: Publish packages - job: prerelease displayName: Publish prerelease @@ -38,9 +38,9 @@ extends: - script: node ./eng/bump-for-prerelease.js displayName: Bump version to prerelease targets - - script: | - NPM_AUTH_TOKEN="$(azure-sdk-npm-token)" npx @microsoft/rush publish --publish --include-all --set-access-level public --tag next - displayName: Publish packages + # - script: | + # NPM_AUTH_TOKEN="$(azure-sdk-npm-token)" npx @microsoft/rush publish --publish --include-all --set-access-level public --tag next + # displayName: Publish packages - stage: Docker dependsOn: npm pool: diff --git a/eng/pipelines/templates/build-and-push-docker.yaml b/eng/pipelines/templates/build-and-push-docker.yaml index bc7680629f..57e2bb54f7 100644 --- a/eng/pipelines/templates/build-and-push-docker.yaml +++ b/eng/pipelines/templates/build-and-push-docker.yaml @@ -27,7 +27,7 @@ jobs: docker build -t ${{ parameters.image }} . displayName: Build image workingDirectory: ${{ parameters.dockerFolder }} - templateContext: - outputs: - - output: containerImage - image: ${{ parameters.image }} + # templateContext: + # outputs: + # - output: containerImage + # image: ${{ parameters.image }}