Last active
May 9, 2018 06:10
-
-
Save miparnisari/beeadab9ae62914d8eb522618043efe8 to your computer and use it in GitHub Desktop.
aspnetcore21-mparnisari - Web Deploy.pubxml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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>MSDeploy</WebPublishMethod> | |
<ResourceId>/subscriptions/d1e23ab5-7c4a-4abe-8b3a-272ec2155cf8/resourcegroups/stackoverflow/providers/Microsoft.Web/sites/aspnetcore21-mparnisari</ResourceId> | |
<ResourceGroup>stackoverflow</ResourceGroup> | |
<PublishProvider>AzureWebSite</PublishProvider> | |
<LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration> | |
<LastUsedPlatform>Any CPU</LastUsedPlatform> | |
<SiteUrlToLaunchAfterPublish>http://aspnetcore21-mparnisari.azurewebsites.net</SiteUrlToLaunchAfterPublish> | |
<LaunchSiteAfterPublish>True</LaunchSiteAfterPublish> | |
<ExcludeApp_Data>False</ExcludeApp_Data> | |
<TargetFramework>netcoreapp2.1</TargetFramework> | |
<RuntimeIdentifier>win-x64</RuntimeIdentifier> | |
<ProjectGuid>173005ed-8f56-4e97-957e-92e03c0fe263</ProjectGuid> | |
<SelfContained>true</SelfContained> | |
<_IsPortable>false</_IsPortable> | |
<MSDeployServiceURL>aspnetcore21-mparnisari.scm.azurewebsites.net:443</MSDeployServiceURL> | |
<DeployIisAppPath>aspnetcore21-mparnisari</DeployIisAppPath> | |
<RemoteSitePhysicalPath /> | |
<SkipExtraFilesOnServer>True</SkipExtraFilesOnServer> | |
<MSDeployPublishMethod>WMSVC</MSDeployPublishMethod> | |
<EnableMSDeployBackup>True</EnableMSDeployBackup> | |
<UserName>SOME-USER</UserName> | |
<_SavePWD>True</_SavePWD> | |
<_DestinationType>AzureWebSite</_DestinationType> | |
</PropertyGroup> | |
</Project> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment