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

Add Azure DevOps build #189

Open
Szer opened this issue Oct 15, 2018 · 2 comments
Open

Add Azure DevOps build #189

Szer opened this issue Oct 15, 2018 · 2 comments

Comments

@Szer
Copy link
Contributor

Szer commented Oct 15, 2018

Travis is pretty slow. Azure is much more powerful tool to build stuff.

I've tested this on my Azure DevOps account and it builds perfectly with only this yaml:

pool:
  vmImage: 'vs2017-win2016'

steps:
- script: fake.cmd build
  displayName: 'Build'

Build results:
https://szer.visualstudio.com/Hopac/_build/results?buildId=21&view=logs

@haf
Copy link
Member

haf commented Oct 16, 2018

Ok, I don't mind adding a link to your account in the README... What needs to be done to integrate this with the build and PRs?

@Szer
Copy link
Contributor Author

Szer commented Oct 16, 2018

@haf I'm not repo owner so I can't authorize webhooks from Hopac repo propagate to my DevOps account. I've managed to build fork of Hopac :)

It has to be one of the maintainer personal accounts with permissions for other maintainers.
In case of maintainer retirement, it could be easily switched to another Azure account because yaml lies in repo itself.

For example, all .Net core projects (including visualfsharp) are being built here

You could follow this guide

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

2 participants