Skip to content
Open
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: ''
Comment thread
chidozieononiwu marked this conversation as resolved.
Comment thread
chidozieononiwu marked this conversation as resolved.
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: ''
Comment thread
chidozieononiwu marked this conversation as resolved.
Comment thread
chidozieononiwu marked this conversation as resolved.

- 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: ''
Comment thread
chidozieononiwu marked this conversation as resolved.
Comment thread
chidozieononiwu marked this conversation as resolved.

- task: AzureCLI@2
displayName: Queue Docs CI build for daily branch
Expand Down
3 changes: 3 additions & 0 deletions eng/pipelines/patch-release-prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ extends:
- template: /eng/common/pipelines/templates/steps/login-to-github.yml

# 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 Down Expand Up @@ -78,3 +80,4 @@ extends:
AuthToken: $(GH_TOKEN)
CommitMsg: "Patch release preparation $(PatchDate)"
PRTitle: "Prepare patch release $(PatchDate)"
AuthToken: ''
Comment thread
chidozieononiwu marked this conversation as resolved.
Comment thread
chidozieononiwu marked this conversation as resolved.
2 changes: 1 addition & 1 deletion eng/pipelines/prepare-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ variables:
extends:
template: /eng/common/pipelines/templates/jobs/prepare-pipelines.yml
parameters:
Repository: Azure/azure-sdk-for-java
Repository: Azure/azure-sdk-for-java
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: ''
Comment thread
chidozieononiwu marked this conversation as resolved.
Comment thread
chidozieononiwu marked this conversation as resolved.

- ${{ 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: ''
Comment thread
chidozieononiwu marked this conversation as resolved.
Comment thread
chidozieononiwu marked this conversation as resolved.


- ${{ 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: ''
Comment thread
chidozieononiwu marked this conversation as resolved.
Comment thread
chidozieononiwu marked this conversation as resolved.

- 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: ''
Comment thread
chidozieononiwu marked this conversation as resolved.
Comment thread
chidozieononiwu marked this conversation as resolved.

- 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: ''
Comment thread
chidozieononiwu marked this conversation as resolved.
Comment thread
chidozieononiwu marked this conversation as resolved.

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