File tree Expand file tree Collapse file tree 3 files changed +10
-8
lines changed
common/config/azure-pipelines Expand file tree Collapse file tree 3 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 4343 artifact : playground
4444 targetPath : $(Build.SourcesDirectory)
4545
46- - template : ./ templates/configure-git.yaml
46+ - template : /common/config/azure-pipelines/ templates/configure-git.yaml@self
4747
4848 - script : |
4949 git add -A
Original file line number Diff line number Diff line change 11steps :
2- - script : ' git config --local user.email rushbot@users.noreply.github.com'
3- displayName : ' git config email'
4- workingDirectory : ' $(Agent.BuildDirectory)/tsdoc'
5-
6- - script : ' git config --local user.name Rushbot'
7- displayName : ' git config name'
8- workingDirectory : ' $(Agent.BuildDirectory)/tsdoc'
2+ - template : /common/config/azure-pipelines/templates/configure-git.yaml@self
93
104 - script : ' node common/scripts/install-run-rush.js change --verify'
115 displayName : ' Verify Change Logs'
Original file line number Diff line number Diff line change 1+ steps :
2+ - script : ' git config --local user.email rushbot@users.noreply.github.com'
3+ displayName : ' git config email'
4+ workingDirectory : ' $(Agent.BuildDirectory)/tsdoc'
5+
6+ - script : ' git config --local user.name Rushbot'
7+ displayName : ' git config name'
8+ workingDirectory : ' $(Agent.BuildDirectory)/tsdoc'
You can’t perform that action at this time.
0 commit comments