-
Notifications
You must be signed in to change notification settings - Fork 23
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
Reenable AppVeyor CI Testing #164
Comments
Hmmmm. How does / did it work if two CI builds were kicked off at the same time - did they create their own storage account / service bus? |
I'm not sure. I think the nessos one was actually working OK though, I just accidentally disabled it. So it might be just a matter of setting the Azure account details. Also not all the tests were being run in the nessos account (build.fsx was not being used, it was just building the solution and then running some of the tests). |
Here's the appveyor.yml as it used to be before PR #163 |
I'm happy to set up a storage and service bus account that we use for CI integration tests etc. - will just need access to AV in order to put in the keys etc. I guess. |
AppVeyor CI was configured to use the "nessos" appveyor project corresponding to this github project.
That has been changed temporarily (and somewhat accidentally) to a "dsyme" appveyor project but there are no azure storage keys listed for that CI so testing has to be disabled.
We should move to use a different account, connected to appropriate Azure resources. It's hard to determine if/how expensive that will be though.
The text was updated successfully, but these errors were encountered: