You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We definitely need CI for this project, otherwise it's very dangerous to merge the PRs. Everything is ready for CI (configuration file is already present), you need to do a couple of things only:
Go to AppVeyor and create a build for this repo (a few clicks).
If you wish to enable automatic release after you create a tag (via GitHub UI), please update the appveyor.yml file and specify the NuGet API Key (encrypted) to the NUGET_API_KEY variable.
The text was updated successfully, but these errors were encountered:
I think we need something like this just to be able to grab the generated NuGet Packages and publish them. Personally, I no longer use Visual Studio and having troubles running the build scripts as-is from #30.
Even on Windows, with .NET Core installed, build scripts don't seem to work as per #42.
We definitely need CI for this project, otherwise it's very dangerous to merge the PRs. Everything is ready for CI (configuration file is already present), you need to do a couple of things only:
appveyor.yml
file and specify the NuGet API Key (encrypted) to theNUGET_API_KEY
variable.The text was updated successfully, but these errors were encountered: