File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
eng/pipelines/templates/steps Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,13 @@ steps:
5656 }
5757 displayName: Set Component Governance Path
5858
59+ # Create package properties file before updating the version to daily dev build
60+ # This is required to set the package version in info file before it's updated.
61+ - template : /eng/common/pipelines/templates/steps/save-package-properties.yml
62+ parameters :
63+ ServiceDirectory : ${{ parameters.ServiceDirectory }}
64+ ExcludePaths : ${{ parameters.ExcludePaths }}
65+
5966 # set dev build calls SavePackageProperties with dev version if necessary. this will never happen in a PR build
6067 # however, it will set the variable SetDevVersion as appropriate for normal nightly runs
6168 - template : set-dev-build.yml
You can’t perform that action at this time.
0 commit comments