Commit Graph

21729 Commits

Author SHA1 Message Date
Wei Wang 40edad4953 Merge remote-tracking branch 'origin/release' into dev 2015-03-30 15:23:49 -07:00
Victor Hurdugaci 188f5e8328 Set the file version environment variable 2015-03-30 14:53:56 -07:00
Praburaj 2f36a9cd6b Using optional configuration for IIS deployment 2015-03-30 11:54:10 -07:00
anurse 9e872c3721 update dnvm
fixes #195
2015-03-30 11:30:59 -07:00
Brice Lambson 6f9de34428 Merge branch 'release' into dev 2015-03-30 09:15:06 -07:00
Brice Lambson ebda837e35 React to Migrations API changes 2015-03-30 09:13:23 -07:00
Wei Wang 099d910579 Rename "dnu bundle" to "dnu publish" 2015-03-29 10:47:00 -07:00
Wei Wang fe165bbafc Rename "dnu bundle" to "dnu publish" 2015-03-29 10:38:39 -07:00
Wei Wang 1e29b52278 Rename "dnu bundle" to "dnu publish" 2015-03-28 12:10:12 -07:00
Pranav K f4794e5c7f Make pushing to NuGet feed more resilient. 2015-03-27 16:09:56 -07:00
Praburaj a3b1954810 Changing --no-source variation to use desktop clr
Looks like --no-source is failing with coreclr
2015-03-27 15:28:04 -07:00
Praburaj 6dbe8dd993 Enabling --no-source variations 2015-03-27 14:51:59 -07:00
Praburaj 14889fe6eb Adding a trait for tests and some general refactoring 2015-03-26 17:08:38 -07:00
Praburaj 1eb38e5708 Adding CORS to the sample 2015-03-26 17:08:28 -07:00
Peter Hsu 273ad22337 Add precompiler to allow kre precompile views 2015-03-26 16:15:47 -07:00
Eilon Lipton 7214282706 Merge pull request #8 from hishamco/dev
Update 'dnvmx -x86' switch
2015-03-26 14:56:30 -07:00
Suhas Joshi d91833082f Merge branch 'release' into dev 2015-03-26 12:29:56 -07:00
Suhas Joshi 2fc5508dec Updated Nuget.config to release feed 2015-03-26 12:28:58 -07:00
Suhas Joshi 8cc1d57ab2 UpdateRepos for release 2015-03-26 11:58:31 -07:00
Kiran Challa 9cffbd171b Fix Elm extensions 2015-03-25 16:03:29 -07:00
Praburaj Thiagarajan 133001890e Merge pull request #443 from Bartmax/dev
fixed typo
2015-03-25 15:42:28 -07:00
Praburaj 666b1a170d Merge branch 'release' into dev 2015-03-25 15:41:13 -07:00
Praburaj e23365f757 Fixing the namespace in the sample view page 2015-03-25 14:22:25 -07:00
suhasj 35b3ddc929 Merge branch 'release' into dev 2015-03-25 11:50:52 -07:00
suhasj cb6600abaf Updating release NuGet.config 2015-03-25 11:50:32 -07:00
suhasj 19696895a2 Merge branch 'release' into dev 2015-03-25 11:48:10 -07:00
suhasj 7b16347079 Updating to release NuGet.config 2015-03-25 11:48:08 -07:00
suhasj 98606ada7b Merge branch 'release' into dev 2015-03-25 11:48:03 -07:00
suhasj ba3a544b8a Updating to release NuGet.config 2015-03-25 11:48:00 -07:00
suhasj ee19eff6cf Merge branch 'release' into dev 2015-03-25 11:47:56 -07:00
suhasj 0c1e234305 Updating to release NuGet.config 2015-03-25 11:47:54 -07:00
suhasj 9f9f6e4bf3 Merge branch 'release' into dev 2015-03-25 11:47:50 -07:00
suhasj 012146e5a6 Updating to release NuGet.config 2015-03-25 11:47:48 -07:00
suhasj 0037618b56 Merge branch 'release' into dev 2015-03-25 11:47:36 -07:00
suhasj fb871109c7 Updating to release NuGet.config 2015-03-25 11:47:34 -07:00
suhasj 01bdbaae5e Merge branch 'release' into dev 2015-03-25 11:47:17 -07:00
suhasj 9c9aa499a0 Updating to release NuGet.config 2015-03-25 11:47:16 -07:00
suhasj 78ba6f8a65 Merge branch 'release' into dev 2015-03-25 11:46:51 -07:00
suhasj b62578d4a1 Updating to release NuGet.config 2015-03-25 11:46:49 -07:00
suhasj 82140d0ed3 Merge branch 'release' into dev 2015-03-25 11:46:44 -07:00
suhasj fd86bf74c5 Updating to release NuGet.config 2015-03-25 11:46:42 -07:00
suhasj 235d06faba Merge branch 'release' into dev 2015-03-25 11:46:16 -07:00
suhasj e28b328186 Updating to release NuGet.config 2015-03-25 11:46:14 -07:00
Bart Calixto aa4763493c fixed typo 2015-03-25 15:30:54 -03:00
suhasj 340d2c9fd6 Merge branch 'release' into dev 2015-03-25 11:29:31 -07:00
suhasj 13dc9d6018 Updating to release NuGet.config 2015-03-25 11:29:29 -07:00
suhasj 79e3871412 Merge branch 'release' into dev 2015-03-25 11:29:11 -07:00
suhasj 92101641a7 Updating to release NuGet.config 2015-03-25 11:29:08 -07:00
suhasj 3bb43e121b Updating feed to release 2015-03-25 10:41:48 -07:00
Praburaj 4ccf7b090b Fixing test helpers
The command to execute tests have changed to dnx . test. As a result the path to dnx.exe cannot be retrieved from Environment.CommandLineArgs().

Changing the way to obtain path to dnx.exe.
2015-03-25 09:57:03 -07:00