I have been developing a new ASP.NET 5 (MVC 6) website on Linux.
I am using Git with Azure and have been able to successfully push it to SCM. However my deployment fails due to some undefined parameters.
Hoping someone can tell me what the undefined parameters are in the command shown in the terminal output so I can modify the script and finish this process.
I run the command
# git push azure master
The following is the output, auto deployment should happen after a successful commit.
The commit works but when it tries to run the following command it fails.
dnvm.ps1' " install undefined -arch undefined -r undefined
I believe this is in the Deploy.cmd file generated by
# azure site deploymentscript mysite --aspNet5 project.json
that is triggered after a successful commit