The target "PipelinePreDeployCopyAllFilesToOneFolder" does not exist in the project: solution
çalışılan projenin .cproj dosyasını açıp aşağıdaki satırı bulup Condition yazan yeri silince hata düzeldi..
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
Son Hali;
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets"/>
Yorumlar
Yorum Gönder