Проблема с созданием Azure Devops: отсутствующие папки - PullRequest
0 голосов
/ 22 ноября 2018

C: \ Program Files (x86) \ Microsoft Visual Studio \ 2017 \ Enterprise \ MSBuild \ Microsoft \ VisualStudio \ v15.0 \ Web \ Microsoft.Web.Publishing.targets (2603,5): ошибка:Скопировать файл app \ bower_components \ bootstrap-switch \ node_modules \ jquery \ AUTHORS.txt в obj \ Release \ Package \ PackageTmp \ app \ bower_components \ bootstrap-switch \ node_modules \ jquery \ AUTHORS.txt не удалось.Не удалось найти часть пути 'app \ bower_components \ bootstrap-switch \ node_modules \ jquery \ AUTHORS.txt'.

Процесс "msbuild.exe" завершен с кодом "1".

1 Ответ

0 голосов
/ 23 ноября 2018

Измените AUTHORS.txt свойства, как показано ниже.Щелкните правой кнопкой мыши файл Authors.txt, перейдите к properties, затем измените

Build Action на None
Copy to Output Directory на Copy always

enter image description here

...