Skip to content

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

Merged
merged 1 commit into from
Jan 10, 2016
Merged

Converted VSO Task to use PowerShell #717

merged 1 commit into from
Jan 10, 2016

Conversation

johnkattenhorn
Copy link
Contributor

Added option to update specific assembly file

Added option to update specific assembly file
@pascalberger
Copy link
Member

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",
Copy link
Member

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

Copy link
Contributor Author

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.

@JakeGinnivan
Copy link
Contributor

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?

@JakeGinnivan
Copy link
Contributor

@johnkattenhorn bump, if not I can give it a crack once I have got through the issue triage and other PR's

@johnkattenhorn
Copy link
Contributor Author

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.

@gep13
Copy link
Member

gep13 commented Jan 6, 2016

@JakeGinnivan said...
in v4 we are pushing towards mono support for xplat so it would be better if we used nodejs.

Is this still the plan? Seems like a lot of work to port what we already have to Node. Why not CoreCLR?

@pascalberger
Copy link
Member

@gep13 Node would only be for the build task (instead of the PowerShell script in this PR) not for the whole project.

@gep13
Copy link
Member

gep13 commented Jan 6, 2016

@pascalberger said...
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! 😄

JakeGinnivan added a commit that referenced this pull request Jan 10, 2016
Converted VSO Task to use PowerShell
@JakeGinnivan JakeGinnivan merged commit 1f49eff into GitTools:master Jan 10, 2016
@JakeGinnivan
Copy link
Contributor

I might update it as we get closer to v4, or even after

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants