We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3266b96 commit bd316e9Copy full SHA for bd316e9
1 file changed
eng/common/pipelines/templates/steps/set-daily-docs-branch-name.yml
@@ -6,8 +6,8 @@ parameters:
6
steps:
7
- pwsh: |
8
$branchName = $env:DAILYDOCSBRANCHNAMEOVERRIDE
9
- if (!$branchName) {
10
- $branchName = "daily/$(Get-Date -Format 'yyyy-MM-dd')"
+ if (!$branchName) {
+ $branchName = "daily/$(Get-Date -Format 'yyyy-MM-dd')-ignore-build"
11
}
12
Write-Host "Daily Branch Name: $branchName"
13
Write-Host "##vso[task.setvariable variable=${{ parameters.DailyBranchVariableName }};]$branchName"
0 commit comments