Advertisement
Guest User

Untitled

a guest
Aug 31st, 2015
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <WebPublishMethod>FileSystem</WebPublishMethod>
  4. <LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
  5. <LastUsedPlatform>Any CPU</LastUsedPlatform>
  6. <SiteUrlToLaunchAfterPublish />
  7. <LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
  8. <ExcludeApp_Data>False</ExcludeApp_Data>
  9. <publishUrl>..DevLocalPublish</publishUrl>
  10. <DeleteExistingFiles>True</DeleteExistingFiles>
  11. <ExcludeGeneratedDebugSymbol>false</ExcludeGeneratedDebugSymbol>
  12. </PropertyGroup>
  13.  
  14. <Target Name="PublishDevLocally">
  15. <MSBuild Projects="KepsPortalMvcKepsPortalMvc.csproj" Properties="Configuration=Release;Platform=Any Cpu;DeployOnBuild=true;PublishProfile=DevLocalPublish;ExcludeGeneratedDebugSymbol=false;OutputPath=..DevLocalPublish"/>
  16. </Target>
  17.  
  18. msbuild direct.proj /t:PublishDevLocally
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement