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 90592df commit ce042b4Copy full SHA for ce042b4
build/azDevOps/azure/templates/steps/build/build-java.yml
@@ -39,8 +39,8 @@ steps:
39
40
NVD_CACHE_FILE="${DATE}-${HOUR_BY_FOUR}"
41
42
- echo "echoing to a file '${{ parameters.repo_root_dir }}/.nvd-cache' with value ''"
43
- echo "${NVD_CACHE_FILE}" >> ${{ parameters.repo_root_dir }}/.nvd-cache
+ echo "echoing to a file '${{ parameters.repo_root_dir }}/.nvd-cache' with value '${NVD_CACHE_FILE}'"
+ echo "${NVD_CACHE_FILE}" > ${{ parameters.repo_root_dir }}/.nvd-cache
44
displayName: Set NVD Cache Variable
45
46
- task: Cache@2
0 commit comments