部署后是否可以在运行 web deploy 的 IIS 服务器上运行“npm install”和“bower install”?
我尝试了以下方法,但没有成功:
<ItemGroup>
<MsDeploySourceManifest Include="runCommand">
<Path>"bower install"</Path>
</MsDeploySourceManifest>
</ItemGroup>
部署后是否可以在运行 web deploy 的 IIS 服务器上运行“npm install”和“bower install”?
我尝试了以下方法,但没有成功:
<ItemGroup>
<MsDeploySourceManifest Include="runCommand">
<Path>"bower install"</Path>
</MsDeploySourceManifest>
</ItemGroup>