Skip to content
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

Support Publish to and execution in TFS 2015 update 2 #4

Closed
jessehouwing opened this issue Jun 10, 2016 · 1 comment
Closed

Support Publish to and execution in TFS 2015 update 2 #4

jessehouwing opened this issue Jun 10, 2016 · 1 comment

Comments

@jessehouwing
Copy link
Collaborator

I've recently implemented support for TFS 2015 update 2 in my own tasks. The same approach unfortunately causes a breaking change in this version, since the Basic auth scheme is already used (instead of the Token scheme which probably should have been used).

Auth-scheme definition:
https://github.com/jessehouwing/vsts-extension-tasks/blob/Feature/OnPremSupport/vss-extension.json#L176

Code to pass the right parameters to TFX:
https://github.com/jessehouwing/vsts-extension-tasks/blob/Feature/OnPremSupport/vsts-extension-shared/vsts-extension-shared.psm1#L401

I suppose that a breaking change to the Auth scheme is unwanted... Which is why I haven't tried porting my implementation over yet.

How to proceed?

@jessehouwing
Copy link
Collaborator Author

This would actually be the "right" way to solve this, but it would require people to recreate their Service Endpoint:

https://github.com/jessehouwing/vsts-extension-build-release-tasks/tree/features/onprem

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

No branches or pull requests

1 participant