Publish to Azure
This commit is contained in:
@@ -0,0 +1,26 @@
|
|||||||
|
<?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 http://go.microsoft.com/fwlink/?LinkID=208121.
|
||||||
|
-->
|
||||||
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<PropertyGroup>
|
||||||
|
<WebPublishMethod>MSDeploy</WebPublishMethod>
|
||||||
|
<ADUsesOwinOrOpenIdConnect>False</ADUsesOwinOrOpenIdConnect>
|
||||||
|
<PublishProvider>AzureWebSite</PublishProvider>
|
||||||
|
<LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
|
||||||
|
<LastUsedPlatform>Any CPU</LastUsedPlatform>
|
||||||
|
<SiteUrlToLaunchAfterPublish>http://varfocus.azurewebsites.net</SiteUrlToLaunchAfterPublish>
|
||||||
|
<LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
|
||||||
|
<ExcludeApp_Data>False</ExcludeApp_Data>
|
||||||
|
<MSDeployServiceURL>varfocus.scm.azurewebsites.net:443</MSDeployServiceURL>
|
||||||
|
<DeployIisAppPath>VARFocus</DeployIisAppPath>
|
||||||
|
<RemoteSitePhysicalPath />
|
||||||
|
<SkipExtraFilesOnServer>True</SkipExtraFilesOnServer>
|
||||||
|
<MSDeployPublishMethod>WMSVC</MSDeployPublishMethod>
|
||||||
|
<EnableMSDeployBackup>True</EnableMSDeployBackup>
|
||||||
|
<UserName>$VARFocus</UserName>
|
||||||
|
<_SavePWD>True</_SavePWD>
|
||||||
|
<_DestinationType>AzureWebSite</_DestinationType>
|
||||||
|
</PropertyGroup>
|
||||||
|
</Project>
|
||||||
@@ -49,6 +49,7 @@
|
|||||||
<Content Include="priv\keep.txt" />
|
<Content Include="priv\keep.txt" />
|
||||||
<Content Include="Scripts\01. Base.js" />
|
<Content Include="Scripts\01. Base.js" />
|
||||||
<None Include="Properties\PublishProfiles\VAR.Focus.Web.pubxml" />
|
<None Include="Properties\PublishProfiles\VAR.Focus.Web.pubxml" />
|
||||||
|
<None Include="Properties\PublishProfiles\VARFocus - Web Deploy.pubxml" />
|
||||||
<None Include="web.Debug.config">
|
<None Include="web.Debug.config">
|
||||||
<DependentUpon>web.config</DependentUpon>
|
<DependentUpon>web.config</DependentUpon>
|
||||||
<SubType>Designer</SubType>
|
<SubType>Designer</SubType>
|
||||||
@@ -125,6 +126,9 @@
|
|||||||
<Compile Include="Globals.cs" />
|
<Compile Include="Globals.cs" />
|
||||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<WCFMetadata Include="Service References\" />
|
||||||
|
</ItemGroup>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
|
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
|
||||||
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
|
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
|
||||||
@@ -140,7 +144,7 @@
|
|||||||
<AutoAssignPort>True</AutoAssignPort>
|
<AutoAssignPort>True</AutoAssignPort>
|
||||||
<DevelopmentServerPort>31337</DevelopmentServerPort>
|
<DevelopmentServerPort>31337</DevelopmentServerPort>
|
||||||
<DevelopmentServerVPath>/</DevelopmentServerVPath>
|
<DevelopmentServerVPath>/</DevelopmentServerVPath>
|
||||||
<IISUrl>http://localhost:31337/VAR.Focus</IISUrl>
|
<IISUrl>http://localhost:31337</IISUrl>
|
||||||
<OverrideIISAppRootUrl>True</OverrideIISAppRootUrl>
|
<OverrideIISAppRootUrl>True</OverrideIISAppRootUrl>
|
||||||
<IISAppRootUrl>http://localhost:31337/</IISAppRootUrl>
|
<IISAppRootUrl>http://localhost:31337/</IISAppRootUrl>
|
||||||
<NTLMAuthentication>False</NTLMAuthentication>
|
<NTLMAuthentication>False</NTLMAuthentication>
|
||||||
|
|||||||
Reference in New Issue
Block a user