Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions eng/automation/generation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,4 @@ steps:
PRTitle: '[Automation] Generate Fluent Lite from Swagger $(README)#$(TAG)'
PRLabels: 'Mgmt - Track 2'
OpenAsDraft: '$(DRAFT_PULL_REQUEST)'
AuthToken: ''
2 changes: 2 additions & 0 deletions eng/pipelines/docindex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ jobs:
TargetRepoName: $(DocRepoName)
TargetRepoOwner: $(DocRepoOwner)
WorkingDirectory: $(DocRepoLocation)
AuthToken: ''

- task: AzureCLI@2
displayName: Queue Docs CI build for main
Expand Down Expand Up @@ -194,6 +195,7 @@ jobs:
WorkingDirectory: $(DocRepoLocation)
ScriptDirectory: $(Build.SourcesDirectory)/eng/common/scripts
PushArgs: -f
AuthToken: ''

- task: AzureCLI@2
displayName: Queue Docs CI build for daily branch
Expand Down
5 changes: 4 additions & 1 deletion eng/pipelines/patch-release-prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ extends:
displayName: 'Create release branch'

# Push the release branch to the repo
- template: /eng/common/pipelines/templates/steps/login-to-github.yml

- task: PowerShell@2
displayName: 'Push release branch to the repo'
inputs:
Expand All @@ -51,7 +53,7 @@ extends:
arguments: >
-PRBranchName $(BaseBranchName)
-CommitMsg "none"
-GitUrl "https://$(azuresdk-github-pat)@github.com/Azure/azure-sdk-for-java.git"
-GitUrl "https://x-access-token:$(GH_TOKEN)@github.com/Azure/azure-sdk-for-java.git"
-SkipCommit $true

# Run the script to generate patches for automatic releases
Expand All @@ -72,3 +74,4 @@ extends:
PROwner: Azure
CommitMsg: "Patch release preparation $(PatchDate)"
PRTitle: "Prepare patch release $(PatchDate)"
AuthToken: ''
1 change: 1 addition & 0 deletions eng/pipelines/prepare-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ extends:
template: /eng/common/pipelines/templates/jobs/prepare-pipelines.yml
parameters:
Repository: Azure/azure-sdk-for-java
AuthToken: ''
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ stages:
ArtifactLocation: $(Pipeline.Workspace)/packages-signed/${{artifact.groupId}}/${{artifact.name}}
PackageRepository: Maven
ReleaseSha: $(Build.SourceVersion)
AuthToken: ''

- ${{ if eq(parameters.PublicFeedUrl, 'maven.org') }}:
- deployment: PublishESRPPackage
Expand Down Expand Up @@ -347,6 +348,7 @@ stages:
CommitMsg: "Increment package versions for ${{ parameters.ServiceDirectory }} releases"
PRTitle: "Increment versions for ${{ parameters.ServiceDirectory }} releases"
CloseAfterOpenForTesting: '${{ parameters.TestPipeline }}'
AuthToken: ''


- ${{ if eq(parameters.PublicFeedUrl, 'maven.org') }}:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ stages:
ArtifactLocation: $(Pipeline.Workspace)/packages-signed/${{artifact.groupId}}/${{artifact.name}}
PackageRepository: Maven
ReleaseSha: $(Build.SourceVersion)
AuthToken: ''

- deployment: PublishESRPPackage
displayName: "Publish to Maven Central via ESRP"
Expand Down Expand Up @@ -229,6 +230,7 @@ stages:
CommitMsg: "Increment package versions for patch releases"
PRTitle: "Increment versions for patch releases"
CloseAfterOpenForTesting: '${{ parameters.TestPipeline }}'
AuthToken: ''

- job: PublishDocsMs
displayName: Docs.MS Release
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ stages:
ArtifactLocation: $(Pipeline.Workspace)/packages-signed/${{artifact.groupId}}/${{artifact.name}}
PackageRepository: Maven
ReleaseSha: $(Build.SourceVersion)
AuthToken: ''

- deployment: PublishESRPPackage
displayName: "Publish to Maven Central via ESRP"
Expand Down