File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33
33
env :
34
34
ob_restore_phase : true # This ensures checkout is done at the beginning of the restore phase
35
35
36
- - template : release-SetReleaseTagAndContainerName .yml
36
+ - template : release-SetReleaseTagandContainerName .yml
37
37
38
38
- pwsh : |
39
39
Get-ChildItem Env: | Out-String -width 9999 -Stream | write-Verbose -Verbose
Original file line number Diff line number Diff line change 38
38
env :
39
39
ob_restore_phase : true # This ensures checkout is done at the beginning of the restore phase
40
40
41
- - template : release-SetReleaseTagAndContainerName .yml
41
+ - template : release-SetReleaseTagandContainerName .yml
42
42
43
43
- pwsh : |
44
44
Get-ChildItem Env: | Out-String -width 9999 -Stream | write-Verbose -Verbose
Original file line number Diff line number Diff line change 16
16
- checkout : self
17
17
clean : true
18
18
19
- - template : release-SetReleaseTagAndContainerName .yml
19
+ - template : release-SetReleaseTagandContainerName .yml
20
20
21
21
- pwsh : |
22
22
Get-ChildItem ENV: | Out-String -width 9999 -Stream | write-Verbose -Verbose
You can’t perform that action at this time.
0 commit comments