IntelliTect / AspNetCore.TestHost.WindowsAuth

Implements Windows authentication for ASP.NET Core TestServer-based integration test projects.
Apache License 2.0
25 stars 3 forks source link

Nuget deployment via Azure DevOps #7

Closed adamskt closed 5 years ago

adamskt commented 5 years ago

Fixes #3 and #6. Rather than coughing up a package every time someone commits to master, it will only push to Nuget when someone creates a tag off the release branch. We will have to manually increment the version number in the YAML file until I can find a better way.

adamskt commented 5 years ago

We should squash & merge, unless you think folks like to watch my epic struggles with YAML.