Skip to content

Commit 5d25db5

Browse files
authored
Work CI-CD
- Fix path name for changelog cache files. ***NO_CI***
1 parent 63f6148 commit 5d25db5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -998,8 +998,8 @@ jobs:
998998
key: 'changeLogCacheFiles'
999999
restoreKeys: 1_0
10001000
path: |
1001-
$env:AGENT_TEMPDIRECTORY/github-changelog-logger.log
1002-
$env:AGENT_TEMPDIRECTORY/github-changelog-http-cache
1001+
$(AGENT.TEMPDIRECTORY)/github-changelog-logger.log
1002+
$(AGENT.TEMPDIRECTORY)/github-changelog-http-cache
10031003
10041004
# generate change log including future version
10051005
- powershell: |

0 commit comments

Comments
 (0)