shawnwildermuth/MetaWeblog

AppVeyor Builds Failing

Closed this issue · 5 comments

It appears that AppVeyor is having a tough time getting the PowerShell scripts to download .NET Core from https://raw.githubusercontent.com/aspnet/Home/dev/dnvminstall.ps1. It's receiving a 404 which makes sense since it's no longer there. I'm not sure what project the install scripts were moved to.

I'll fix it soon, I need to finish the course I'm working on then I'll get back to these. The old scripts here are ancient. Much easier now. Need to just start the appveyor scripts from scratch.

This is solved in latest build moving to .NET Standard 2.0

Thanks @shawnwildermuth! Why did you have to switch it to netstandard as opposed to netcore?

So that people running .net 4.* can use it too

Got it. Just curious. Thanks Shawn!