<Target Name="RunNpm" AfterTargets="AfterBuild"> <!-- As part of publishing, ensure the JS resources are freshly built in production mode --> <Exec Command="npm install --no-optional --no-package-lock --noi-shri…
安装了vs2019之后,发现有的项目中引用的其他项目的源码,但是无法识别了. 最后发现是因为project guid是大写导致的. https://stackoverflow.com/questions/36204515/vs-project-references-broken-on-case-sensitivity-of-guid TL;DR Visual Studio isn't entirely consistent about how it assigns GUIDs to projec…