Я пытаюсь создать свое приложение, используя следующий скрипт:
cls
set build_path=c:\Program Files (x86)\MSBuild\14.0\Bin
set solution=Fuse8.Specsavers.Nordic.sln
set configuration=Staging
set migrate_path=.\Tools\DBMigrations
.\.nuget\nuget.exe restore %solution%
"%build_path%\MSBuild.exe" %solution% /p:TargetFrameworkVersion=v4.5;Configuration=%configuration% /t:Rebuild /verbosity:minimal
, и теперь, если я пытаюсь запустить скрипт, я получаю сообщение об ошибке:
error MSB4019: T
he imported project "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v14.0\WebApplications\Microsoft.WebApplicati
on.targets" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on di
sk.
Кто-нибудь знает, что проблема может быть здесь?