DeathwatchWebApp - Web Deploy.pubxml 1.6 KB

123456789101112131415161718192021222324252627282930
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. This file is used by the publish/package process of your Web project. You can customize the behavior of this process
  4. by editing this MSBuild file. In order to learn more about this please visit https://go.microsoft.com/fwlink/?LinkID=208121.
  5. -->
  6. <Project>
  7. <PropertyGroup>
  8. <WebPublishMethod>MSDeploy</WebPublishMethod>
  9. <ResourceId>/subscriptions/b83edada-b419-4bc0-b626-7bd2c6e2a027/resourceGroups/Deathwatch/providers/Microsoft.Web/sites/DeathwatchWebApp</ResourceId>
  10. <ResourceGroup>Deathwatch</ResourceGroup>
  11. <PublishProvider>AzureWebSite</PublishProvider>
  12. <LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
  13. <LastUsedPlatform>Any CPU</LastUsedPlatform>
  14. <SiteUrlToLaunchAfterPublish>https://deathwatchwebapp.azurewebsites.net</SiteUrlToLaunchAfterPublish>
  15. <LaunchSiteAfterPublish>true</LaunchSiteAfterPublish>
  16. <ExcludeApp_Data>false</ExcludeApp_Data>
  17. <ProjectGuid>cac4117f-9daa-4631-8afe-7cb1fe2183f6</ProjectGuid>
  18. <MSDeployServiceURL>deathwatchwebapp.scm.azurewebsites.net:443</MSDeployServiceURL>
  19. <DeployIisAppPath>DeathwatchWebApp</DeployIisAppPath>
  20. <RemoteSitePhysicalPath />
  21. <SkipExtraFilesOnServer>true</SkipExtraFilesOnServer>
  22. <MSDeployPublishMethod>WMSVC</MSDeployPublishMethod>
  23. <EnableMSDeployBackup>true</EnableMSDeployBackup>
  24. <EnableMsDeployAppOffline>true</EnableMsDeployAppOffline>
  25. <UserName>$DeathwatchWebApp</UserName>
  26. <_SavePWD>true</_SavePWD>
  27. <_DestinationType>AzureWebSite</_DestinationType>
  28. <InstallAspNetCoreSiteExtension>false</InstallAspNetCoreSiteExtension>
  29. </PropertyGroup>
  30. </Project>