We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63f6148 commit 5d25db5Copy full SHA for 5d25db5
azure-pipelines.yml
@@ -998,8 +998,8 @@ jobs:
998
key: 'changeLogCacheFiles'
999
restoreKeys: 1_0
1000
path: |
1001
- $env:AGENT_TEMPDIRECTORY/github-changelog-logger.log
1002
- $env:AGENT_TEMPDIRECTORY/github-changelog-http-cache
+ $(AGENT.TEMPDIRECTORY)/github-changelog-logger.log
+ $(AGENT.TEMPDIRECTORY)/github-changelog-http-cache
1003
1004
# generate change log including future version
1005
- powershell: |
0 commit comments