How to update the Package.Manifest file
Hi all
I'm writing a nightly build for our windows store app project. I would like to increment the version found in the Package.Manifest when the nightly build runs, ideally i'd also like to commit that change back to the underlying source repo, we are using git hub. Is any of this possible?
Many thanks
Stuart
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Feodor Fitsner on 15 Jul, 2015 05:40 PM
You can use PowerShell to modify the file. Depending on its format this could be Regex, search-replace or XML.
For pushing changes back during the build look at this article: http://www.appveyor.com/docs/how-to/git-push
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 01:57 AM.