Commit Graph

6629 Commits

Author SHA1 Message Date
BrennanConroy 3615cfd28e Remove reference to UseDefaultHostingConfiguration 2016-04-27 19:04:33 -07:00
Pranav K 029df37ca7 Merge branch 'release' into dev 2016-04-27 12:09:20 -07:00
Pranav K 846b242327 Add more rids so build succeeds on OSX and Linux 2016-04-27 12:08:52 -07:00
John Luo 0d2c5135cb Merge branch 'release' into dev 2016-04-27 11:56:53 -07:00
John Luo e344edc2a3 React to default hosting configuration changes 2016-04-27 11:36:23 -07:00
Pranav K 521fd593f0 Merge branch 'release' into dev 2016-04-27 11:05:27 -07:00
Pranav K c7893f9f5a Make TestSites portable 2016-04-27 11:03:28 -07:00
Pranav K 686783f0f1 Merge branch 'release' into dev 2016-04-26 22:45:18 -07:00
Pranav K 19de082d26 Cleaning up project.json so restore works without --infer-runtimes 2016-04-26 22:41:54 -07:00
Pranav K 2762e492bc Merge branch 'release' into dev 2016-04-26 09:27:29 -07:00
Pranav K 5e81b89378 Replace IApplicationEnvironment with IHostingEnvironment 2016-04-25 16:54:35 -07:00
John Luo a08d314c5d Merge branch 'release' into dev 2016-04-22 16:20:55 -07:00
John Luo 34b5097149 Convert to portable and add tests for standalone and portable 2016-04-22 16:18:17 -07:00
Chris R f92789672b Merge branch 'release' into dev 2016-04-22 13:24:51 -07:00
Chris R fcdf8ddc2f #141 Require the MSAspNetCoreToken or send a 400. 2016-04-22 13:23:23 -07:00
moozzyk 263241aed6 Merge branch 'release' into dev 2016-04-22 11:07:55 -07:00
moozzyk 4d24efc439 Removing %LAUNCHER_ARGS% from arguments for portable apps
Addresses #150
2016-04-22 11:07:08 -07:00
moozzyk 5b14b40aad Merge branch 'release' into dev 2016-04-22 11:06:41 -07:00
Kiran Challa f972983be6 Reacting to hosting changes 2016-04-21 17:26:51 -07:00
moozzyk b034849756 Making the path to app relative for Azure
Removing startupLimitType - it is obsolete in AspNetCoreModule

Addresses #142
2016-04-21 16:32:31 -07:00
Pranav K 5120c5075d Merge branch 'release' into dev 2016-04-19 14:54:15 -07:00
Pranav K 4154b4c260 Use latest build of dotnet-test-xunit 2016-04-19 14:54:14 -07:00
Pranav K 593b367b3d Merge branch 'release' into dev 2016-04-19 14:54:04 -07:00
Pranav K f12932405d Use latest build of dotnet-test-xunit 2016-04-19 14:54:03 -07:00
Pranav K bc4900d46b Merge branch 'release' into dev 2016-04-19 14:53:54 -07:00
Pranav K 36d84468fa Use latest build of dotnet-test-xunit 2016-04-19 14:53:54 -07:00
Pavel Krymets b5d7ebd22d Merge branch 'release' into dev 2016-04-18 17:09:15 -07:00
Pavel Krymets 4ee4c29b06 Bring Microsoft.NETCore.Platforms dependency back 2016-04-18 17:09:11 -07:00
Pavel Krymets 63715c4ad5 Merge branch 'release' into dev 2016-04-18 16:48:02 -07:00
Pavel Krymets a20299eeeb Bring Microsoft.NETCore.Platforms dependency back 2016-04-18 16:47:48 -07:00
Pavel Krymets c01981d6dc Merge branch 'release' into dev 2016-04-18 08:38:10 -07:00
Pavel Krymets 6aca37fe5e Migrate tests, tools and samples to portable 2016-04-18 08:37:56 -07:00
campersau 7ba590b6f1 Rename UseIIS() to UseIISIntegration() in comment 2016-04-17 02:49:58 +02:00
John Luo 31a00f19f8 Merge branch 'release' into dev 2016-04-15 17:48:47 -07:00
John Luo 6b1ffb55b3 Remove old IISPlatformHandler and dotnet-publish-iis packages #122 2016-04-15 17:48:16 -07:00
moozzyk 31473694f3 Merge branch 'release' into dev 2016-04-15 14:28:21 -07:00
moozzyk 1410a5a096 Enabling publishing portable apps
Addresses #109
2016-04-15 13:09:55 -07:00
Pavel Krymets fffde66627 Merge branch 'release' into dev 2016-04-15 11:57:43 -07:00
Pavel Krymets 86befd91de Migrate tests, tools and samples to portable 2016-04-15 11:57:34 -07:00
Pranav K df742cbd07 Merge branch 'release' into dev 2016-04-15 07:39:49 -07:00
Pranav K ab50213acd Fix reference to Microsoft.NetCore.App 2016-04-14 19:12:28 -07:00
Pranav K c1239acce2 Merge branch 'release' into dev 2016-04-14 10:16:04 -07:00
Pranav K 49fd345192 Remove Microsoft.DotNet.Cli.Utils 2016-04-14 10:15:19 -07:00
moozzyk 4f5bd3e700 Merge branch 'release' into dev 2016-04-14 09:44:28 -07:00
moozzyk 7f7742577d Removing .log extension from the log file name
AspNetCoreModule appends a timestamp followed by ".log" to log file name. Removing extension prevents from creating log files with names like stdout.log.{timestamp}.log
2016-04-14 09:23:19 -07:00
moozzyk 362c093174 The web.config file needs to have Windows slashes even if published on *nix
Addresses #104
2016-04-14 09:21:54 -07:00
moozzyk c78f001703 Merge branch 'release' into dev 2016-04-13 17:12:37 -07:00
moozzyk 559b314348 Fixing build 2016-04-13 17:11:55 -07:00
John Luo 55fe28286b Merge branch 'release' into dev 2016-04-13 10:24:35 -07:00
John Luo be4d6bc07c Limit parallelism in ci-pull 2016-04-13 10:23:43 -07:00