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 43
43
artifact : playground
44
44
targetPath : $(Build.SourcesDirectory)
45
45
46
- - template : ./ templates/configure-git.yaml
46
+ - template : /common/config/azure-pipelines/ templates/configure-git.yaml@self
47
47
48
48
- script : |
49
49
git add -A
Original file line number Diff line number Diff line change 1
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'
2
+ - template : /common/config/azure-pipelines/templates/configure-git.yaml@self
9
3
10
4
- script : ' node common/scripts/install-run-rush.js change --verify'
11
5
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