Hi There,
I have created a sample ASP.NET CORE app in VS 2015 and deploying on cloud ubuntu 14.04 platform. I am using custom compile script for deploy my app on cloud server.
In my script I have written the code to download the dotnet sdk and install on the fly. The installed dotnet sdk will compile and deploy my app on cloud server. I am getting this error when deploying my app on cloud server.
ERROR:
remote: 112 package(s) to /tmp/afkygqws.kkk/afkygqws.kkk.csproj
remote: MSBUILD : error MSB1009: Project file does not exist.
But, aspnet core project there is no file with extention name like *.csproj. It has file like *.xproj.
I am using this link in my compile script,
Installing .NET CORE 1.0.0-preview2-003121 from https://dotnetcli.blob.core.windows.net/dotnet/Sdk/rel-1.0.0/dotnet-dev-ubuntu-x64.latest.tar.gz
Please let me know what is the issue and how to resolve this issue.
Core-Version:
1.0.0-preview3-003930 - is working (above error did not occur)
1.0.0-preview3-004007 - is not working (above error occurs)
Regards,
Shanmugam M