This repository was archived by the owner on Nov 14, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +48
-1
lines changed
TodoListService/Properties/PublishProfiles Expand file tree Collapse file tree 3 files changed +48
-1
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<packages >
3- <package id =" Microsoft.IdentityModel.Clients.ActiveDirectory" version =" 2.7 .10804.0745 -rc" targetFramework =" net45" />
3+ <package id =" Microsoft.IdentityModel.Clients.ActiveDirectory" version =" 2.8 .10804.1442 -rc" targetFramework =" net45" />
44</packages >
Original file line number Diff line number Diff line change 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 http://go.microsoft.com/fwlink/?LinkID=208121.
5+ -->
6+ <Project ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
7+ <PropertyGroup >
8+ <WebPublishMethod >FTP</WebPublishMethod >
9+ <LastUsedBuildConfiguration >Release</LastUsedBuildConfiguration >
10+ <LastUsedPlatform >Any CPU</LastUsedPlatform >
11+ <SiteUrlToLaunchAfterPublish >http://peekwebapi.azurewebsites.net</SiteUrlToLaunchAfterPublish >
12+ <LaunchSiteAfterPublish >True</LaunchSiteAfterPublish >
13+ <ExcludeApp_Data >False</ExcludeApp_Data >
14+ <publishUrl >ftp://waws-prod-bay-007.ftp.azurewebsites.windows.net</publishUrl >
15+ <DeleteExistingFiles >False</DeleteExistingFiles >
16+ <FtpPassiveMode >True</FtpPassiveMode >
17+ <FtpSitePath >site/wwwroot</FtpSitePath >
18+ <UserName >peekwebapi\$peekwebapi</UserName >
19+ <_SavePWD >True</_SavePWD >
20+ </PropertyGroup >
21+ </Project >
Original file line number Diff line number Diff line change 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 http://go.microsoft.com/fwlink/?LinkID=208121.
5+ -->
6+ <Project ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
7+ <PropertyGroup >
8+ <WebPublishMethod >MSDeploy</WebPublishMethod >
9+ <EnableADPublish >false</EnableADPublish >
10+ <ADDirectoryAccessLevel >0</ADDirectoryAccessLevel >
11+ <ADDomain >strockisdev.onmicrosoft.com</ADDomain >
12+ <LastUsedBuildConfiguration >Release</LastUsedBuildConfiguration >
13+ <LastUsedPlatform >Any CPU</LastUsedPlatform >
14+ <SiteUrlToLaunchAfterPublish >http://peekwebapi.azurewebsites.net</SiteUrlToLaunchAfterPublish >
15+ <LaunchSiteAfterPublish >True</LaunchSiteAfterPublish >
16+ <ExcludeApp_Data >False</ExcludeApp_Data >
17+ <MSDeployServiceURL >peekwebapi.scm.azurewebsites.net:443</MSDeployServiceURL >
18+ <DeployIisAppPath >peekwebapi</DeployIisAppPath >
19+ <RemoteSitePhysicalPath />
20+ <SkipExtraFilesOnServer >True</SkipExtraFilesOnServer >
21+ <MSDeployPublishMethod >WMSVC</MSDeployPublishMethod >
22+ <EnableMSDeployBackup >True</EnableMSDeployBackup >
23+ <UserName >$peekwebapi</UserName >
24+ <_SavePWD >True</_SavePWD >
25+ </PropertyGroup >
26+ </Project >
You can’t perform that action at this time.
0 commit comments