-
Notifications
You must be signed in to change notification settings - Fork 654
Converted VSO Task to use PowerShell #717
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Added option to update specific assembly file
Thanks! This was already quickly discussed in #584. Using of a nodejs script is preferred over a PS script for x-plat compatibility. |
"Major": "0", | ||
"Minor": "0", | ||
"Major": "3", | ||
"Minor": "4", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You don't need to set the version number here. It'll be set at build time
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry missed taking this out during testing, I'll fix this up.
Just to back up @pascalberger, in v4 we are pushing towards mono support for xplat so it would be better if we used nodejs. @johnkattenhorn would this be something you would be comfortable giving a shot? |
@johnkattenhorn bump, if not I can give it a crack once I have got through the issue triage and other PR's |
Hey @JakeGinnivan, sorry this has fallen completely off my radar, too be honest node.js isn't my strongest suite so if you're OK having a go then please be my guest. |
Is this still the plan? Seems like a lot of work to port what we already have to Node. Why not CoreCLR? |
@gep13 Node would only be for the build task (instead of the PowerShell script in this PR) not for the whole project. |
Ah! That makes a little more sense! 😄 |
Converted VSO Task to use PowerShell
I might update it as we get closer to v4, or even after |
Added option to update specific assembly file