我正在尝试覆盖相关 *.pubxml 中的“publishUrl”值
我尝试<publishUrl>
在 pubxml.user 中使用,但没有成功。
可以在 *.pubxml.user 中使用哪些允许的属性?
我正在使用 Visual Studio Enterprise 2015 更新 1
这是我的 pubxml:
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<WebPublishMethod>FileSystem</WebPublishMethod>
<LastUsedBuildConfiguration>Debug</LastUsedBuildConfiguration>
<LastUsedPlatform>Any CPU</LastUsedPlatform>
<SiteUrlToLaunchAfterPublish />
<LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
<ExcludeApp_Data>False</ExcludeApp_Data>
<publishUrl>C:\Developments\gsvc\Website</publishUrl>
<DeleteExistingFiles>False</DeleteExistingFiles>
</PropertyGroup>
</Project>