shawnwildermuth / MetaWeblog

An ASP.NET Core Middleware Component for Implementing MetaWeblog API
Apache License 2.0
63 stars 26 forks source link

AppVeyor Builds Failing #4

Closed jasongaylord closed 6 years ago

jasongaylord commented 7 years ago

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.

shawnwildermuth commented 7 years ago

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.

shawnwildermuth commented 6 years ago

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

jasongaylord commented 6 years ago

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

shawnwildermuth commented 6 years ago

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

jasongaylord commented 6 years ago

Got it. Just curious. Thanks Shawn!