Have you tried the NuGet package recovery deployment? Then, Azure should load all the dependencies during deployment, and GitHub is not overwhelmed with binaries.
Just right-click on the solution and click on "Enable NuGet Package Recovery". Make the .nuget folder in the solution directory using package.config in the project directory that were created.
- Regarding the current problem, you can refuse the GitHub link, which would be useful. You may have used default.ignore for Visual Studio, and this prevents binaries from compiling.
Lars
source share