GitHub project deployment failed on azure -


i want deploy .net project github repository azure server.

in deployment options getting building failed error.

here screen shots of deployment details , logs

1- deployment details:

enter image description here

2- activity log:

enter image description here

according description , logs, found have error in msbuild step.

the error shows files not found in project. suggest exclude related files in csproj file or make sure related files in project.

besides, suggest firstly clone project local , test , make sure project build without error publish github , deploy azure.


update:

i write test demo on computer , reproduce error.

error image:

enter image description here

i think in project have inclued bin , obj folder project , push project github.

like below:

enter image description here

after push project github, csporj file include bin , obj references.

like below:

enter image description here

this reason msbuild fail.

so suggest uninclude bin , obj folder in local , push github again. work well.


Comments

Popular posts from this blog

php - Permission denied. Laravel linux server -

google bigquery - Delta between query execution time and Java query call to finish -

python - Pandas two dataframes multiplication? -