Skip to content

Commit 7b301be

Browse files
authored
Merge pull request #2634 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to master to sync with https://github.com/MicrosoftDocs/azure-devops-docs (branch master)
2 parents e847a15 + f065f38 commit 7b301be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pipelines/process/run-number.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ You can use a combination of tokens, variables, and underscore characters.
2626
name: $(TeamProject)_$(Build.DefinitionName)_$(SourceBranchName)_$(Date:yyyyMMdd)$(Rev:.r)
2727

2828
steps:
29-
- script: echo $(Build.BuildNumber) # outputs customized build number like project_def_master_20200828.1
29+
- script: echo '$(Build.BuildNumber)' # outputs customized build number like project_def_master_20200828.1
3030
```
3131
3232
::: moniker-end

0 commit comments

Comments
 (0)