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 73e53a2 commit d6ceb4eCopy full SHA for d6ceb4e
azure-pipelines.yml
@@ -998,8 +998,8 @@ jobs:
998
key: 'changeLogCacheFiles'
999
restoreKeys: 1_0
1000
path: |
1001
- $(AGENT.TEMPDIRECTORY)/github-changelog-logger.log
1002
- $(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