Created
November 28, 2014 19:57
-
-
Save rmarinho/6440aca55b36e5671a38 to your computer and use it in GitHub Desktop.
azure
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ommand: "D:\home\site\deployments\tools\deploy.cmd" | |
Handling ProjectK Web Application deployment. | |
KRE-svr50-x86.1.0.0-alpha3 already installed. | |
Adding C:\DWASFiles\Sites\~1dn90\UserProfile\.kre\packages\KRE-svr50-x86.1.0.0-alpha3\bin to process PATH | |
Restoring packages for D:\home\site\repository\src\DN90\project.json | |
---------- | |
System.AggregateException: One or more errors occurred. ---> Newtonsoft.Json.JsonReaderException: Error parsing comment. Expected: *, got /. Path 'dependencies.Microsoft.AspNet.Mvc', line 9, position 10. | |
at Newtonsoft.Json.JsonTextReader.ParseComment() | |
at Newtonsoft.Json.JsonTextReader.ParseObject() | |
at Newtonsoft.Json.JsonTextReader.ReadInternal() | |
at Newtonsoft.Json.JsonTextReader.Read()c |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes this is to be expected now because the current version of kudu, defaults to alpha3 release of ASP.NET 5. I updated kudu to beta1
d60eab7
but it hasn't made it to production yet. Hopefully we will push it out soon after thanksgiving.If you are willing to try a private build of kudu that supports beta1 now, I'll be happy to share the steps with you. There are a couple of manual steps