cake-contrib / Cake.AddinDiscoverer

Tool to aid with discovering information about Cake Addins
MIT License
5 stars 6 forks source link

Build failing due to GitHub exception: "At least one email address must be verified to do that" #137

Closed Jericho closed 3 years ago

Jericho commented 3 years ago

For the last 3 days our build has been failing as you can see here: https://ci.appveyor.com/project/cakecontrib/cake-addindiscoverer/builds/36355642#L213

This was reported here.

Jericho commented 3 years ago

@gep13 was able to verify the cake-contrib-bot email address to take care of the first issue: image

Now I discovered a second problem: Could not find assembly 'netstandard, Version=2.0.0.0. I'm guessing this is due to the recent;ly updated AppVeyor image which includes net5. I'm investigating...

gep13 commented 3 years ago

@Jericho as a temporary workaround, just to get things working again, you should be able to use the previous AppVeyor image:

https://www.appveyor.com/docs/build-environment/#image-updates

i.e. set it to Previous Visual Studio 2019

Jericho commented 3 years ago

@gep13 reverting to the previous appveyor image resolved the problem but it's obviously a temporary solution. I need to find a more permanent solution.

gep13 commented 3 years ago

Sounds like a plan!