IntelliTect / TestTools

A collection of tools for aiding in test automation
MIT License
10 stars 7 forks source link

Set up CI with Azure Pipelines #61

Closed kamonson closed 4 years ago

PandaMagnus commented 4 years ago

@Keboo Okay, I added a task to pack up the project and push it to Azure Pipelines for later publishing to NuGet. I'm not sure how to do the versioning, and maybe this is implicating I need to adopt a better branching strategy, but I'm trying to find some way to automatically tag new packages as preview versions (unless the thought is just that I put that in the semver notation?) My expectation would be that after the package is turned around and consumed in a test project, understanding that GoogleSearch doesn't adequately cover all of the scenarios, then we'd bump it to the official release.

Thoughts?

Keboo commented 4 years ago

Seems fine for now. I am thinking i am going to write up a blog or at least someone on our new design standards page for doing NuGets since I really like what we came up with for the analyzers package.