dotnet-websharper / mvu

Model-View-Update architecture for WebSharper client-side applications.
https://dotnet-websharper.github.io/mvu/
Apache License 2.0
25 stars 3 forks source link

I'm getting an unauthorized error from build.cmd #11

Open pstaszko opened 2 years ago

pstaszko commented 2 years ago

The url it's failing on is https://nuget.pkg.github.com/dotnet-websharper/index.json When I try it in the browser it prompts for creds.

granicz commented 2 years ago

I think that's normal in a browser. When you configure that URL as your NuGet source, it should work. Use a PAT for your password and make sure it has the read:packages scope when you create it.