Skip to content

Commit b199046

Browse files
Sync eng/common directory with azure-sdk-tools for PR 8677 (#30550)
Sync eng/common directory with azure-sdk-tools for PR Azure/azure-sdk-tools#8677 See [eng/common workflow](https://github.com/Azure/azure-sdk-tools/blob/main/eng/common/README.md#workflow) Co-authored-by: James Suplizio <jasupliz@microsoft.com>
1 parent 1e789d8 commit b199046

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

eng/common/pipelines/templates/steps/set-daily-docs-branch-name.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ parameters:
66
steps:
77
- pwsh: |
88
$branchName = $env:DAILYDOCSBRANCHNAMEOVERRIDE
9-
if (!$branchName) {
10-
$branchName = "daily/$(Get-Date -Format 'yyyy-MM-dd')"
9+
if (!$branchName) {
10+
$branchName = "daily/$(Get-Date -Format 'yyyy-MM-dd')-ignore-build"
1111
}
1212
Write-Host "Daily Branch Name: $branchName"
1313
Write-Host "##vso[task.setvariable variable=${{ parameters.DailyBranchVariableName }};]$branchName"

0 commit comments

Comments
 (0)