taori / NugetUnlister

dotnet global tool, to unlist nuget packages
MIT License
5 stars 0 forks source link

You can now drop prereleases and releases in one command #10

Closed teneko closed 3 years ago

teneko commented 3 years ago
taori commented 3 years ago

Still trying to figure out why the pipeline is suddenly failing. apparently something changed when .net5 came around

taori commented 3 years ago

@teroneko Ok. Fixed the CI issue. However the checks fail since you did the changes on your forks master branch. In case you've previously not done this i would recommend you do the following:

Alternatively you can just copy the azure-pipelines.yaml since that is the only thing i changed. I would however recommend the usual workflow, since that is how you can merge to any repo with less conflicts.

The pipeline now checks properly so once you've done this i can merge it and push a release afterwards.

teneko commented 3 years ago

Mhh intereseting. Normally it shouldn't be a problem to accept the pull request regardless from whatever branch I want to pull request unless I do further changes and want to pull request that separately; that's definitely problematic. Whatsoever it is pretty solid to follow the git flow principles.