Is there a way to create a branch tag in vso?
Also, I've tried creating a tag in VS2015 and push a change commit to vso, but I'm not seeing the tag in vso. Just wondering if this VS2015 <-> VSO tagging feature is in place?
The tag you created in VS2015 is in local repository. VS2015 cannot push the tag to remote repository for now. You need to push the tags to remote repository by following command manually:
git push --tags
After executing this command, you will see the tags in VSO.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With