kriasoft / aspnet-starter-kit

Cross-platform web development with Visual Studio Code, C#, F#, JavaScript, ASP.NET Core, EF Core, React (ReactJS), Redux, Babel. Single-page application boilerplate.
https://twitter.com/dotnetreact
MIT License
1.16k stars 203 forks source link

Fixes publish task pushing to configured remote repository #14

Closed epeicher closed 8 years ago

epeicher commented 8 years ago

There is an error when running the 'publish' task because it tries to push to 'origin' remote instead of the previously configured remote.name (i.e. 'azure') remote repository.