Skip to content
Snippets Groups Projects
Commit 53e73d7b authored by Beren Gamble's avatar Beren Gamble :upside_down:
Browse files

Update ultimate-auto-semversioning.yml

parent 23d1a567
No related branches found
No related tags found
No related merge requests found
Pipeline #1385527248 passed
......@@ -63,6 +63,8 @@ get_unique_semversion:
echo "$(grep 'GitVersion_Minor=' gitversion.properties)" | tee -a thisversion.env
echo "$(grep 'GitVersion_Patch=' gitversion.properties)" | tee -a thisversion.env
echo "$(grep 'GitVersion_MajorMinorPatch=' gitversion.properties)" | tee -a thisversion.env
echo "Contents of thisversion.env:"
cat thisversion.env
artifacts:
reports:
#propagates variables into the pipeline level
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment