-
Notifications
You must be signed in to change notification settings - Fork 44
/
Local.pubxml
35 lines (30 loc) · 1.57 KB
/
Local.pubxml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is used by the publish/package process of your Web project. You can customize the behavior of this process
by editing this MSBuild file. In order to learn more about this please visit https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<WebPublishMethod>FileSystem</WebPublishMethod>
<LastUsedBuildConfiguration>Debug</LastUsedBuildConfiguration>
<LastUsedPlatform>Any CPU</LastUsedPlatform>
<SiteUrlToLaunchAfterPublish />
<PublishUrl>C:\inetpub\wwwroot\helixbase.sc.dev.local</PublishUrl>
<LaunchSiteAfterPublish>False</LaunchSiteAfterPublish>
<ExcludeApp_Data>False</ExcludeApp_Data>
<DeleteExistingFiles>False</DeleteExistingFiles>
</PropertyGroup>
<ItemGroup>
<!-- Remove old files when you rename things. Add as many of these as you like -->
<AdditionalFilesToRemoveFromTarget Include="HelixbaseAssemblies">
<TargetPath>bin\Helixbase.*.dll</TargetPath>
</AdditionalFilesToRemoveFromTarget>
</ItemGroup>
<!-- Once publishUrl is configured, you can remove this target -->
<Target Name="EnsurePublishUrl" BeforeTargets="Build">
<Error Condition="'$(PublishUrl)' == ''" Text="Hi, welcome to Helix Base.
Please configure a publishUrl in $(MSBuildProjectName)/Properties/PublishProfiles/Local.pubxml. You may need to reload your solution to apply the change.
Auto-publish can be disabled in $(MSBuildProjectName).wpp.targets." />
</Target>
<!-- -->
</Project>