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

Users/madhurig/xamarinios #2788

Merged
merged 3 commits into from
Oct 5, 2016
Merged

Users/madhurig/xamarinios #2788

merged 3 commits into from
Oct 5, 2016

Conversation

madhurig
Copy link
Contributor

@madhurig madhurig commented Oct 5, 2016

Update Xamarin iOS to use common code signing module, fix issues with not being able to use files for code signing

await nugetRunner.exec();

//Process working directory
var cwd = cwd || tl.getVariable('build.sourceDirectory') || tl.getVariable('build.sourcesDirectory');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably can remove check for build.sourceDirectory? It's not defined in: https://www.visualstudio.com/en-us/docs/build/define/variables

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes it was there for the very old agent, I want to basically remove build.sourcesDirectory since the task might be running in a release definition too. But will do that when porting tests to new framework.

@yacaovsnc
Copy link
Member

Looks good.

@madhurig madhurig merged commit c35a6c4 into master Oct 5, 2016
@madhurig madhurig deleted the users/madhurig/xamarinios branch October 5, 2016 19:14
madhurig added a commit that referenced this pull request Oct 5, 2016
* Update Xamarin iOS to common signing module and new vsts-task-lib

* enable passing in keychain to xbuild for signing with certs

* L0 tests for code signing
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.

3 participants