-
Notifications
You must be signed in to change notification settings - Fork 401
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 first draft of a build pipeline #1
Conversation
Going to try and re-trigger with close/open and see what might be going on, as I can't see connection from DevOps side even for me. |
Going to try committing an empty pipeline file into main branch if that at least makes this show up on the DevOps side. |
@jfversluis looks like there's still references in the pipeline config to the |
Unit tests seem to be unable to run at this time. Added to an issue here: microsoft/vstest#2985 |
Looks like the pipeline is working now! 🎉🎉🎉 That's awesome! @jfversluis did you figure out how to setup the Release pipeline too? (At least push to the |
Created the release, can't enable the continuous one though. I have been able to push a NuGet to that feed manually :) I guess we want to hold off on that daily until we figure out the version numbers |
@jfversluis I've added you as a Project Administrator in DevOps, that should hopefully allow you to fix the settings in the Release Pipeline now? |
Adds a crude version of a build pipeline. Right now builds on PRs and just builds the libraries on Windows and Mac and publishes unsigned NuGets.
TODO after this and/or if someone has solutions I missed at this time: