Doug Bunting
7ebbbce052
Update `build.cmd` to match latest template
...
- aspnet/Universe#347
- `%KOREBUILD_VERSION%` doesn't work without this fix
2016-02-24 13:13:31 -08:00
Doug Bunting
f344d798c1
Update `build.cmd` to match latest template
...
- aspnet/Universe#347
- `%KOREBUILD_VERSION%` doesn't work without this fix
2016-02-24 12:34:44 -08:00
Doug Bunting
edd1f7a0d0
Update template's `build.cmd` to match best of our repo's
...
- #347
- `%KOREBUILD_VERSION%` doesn't work without this fix
Will apply accross the repos once this is approved.
2016-02-24 12:15:02 -08:00
Pranav K
0efa8c9204
Use Dotnet to run tests for DNXCore50
...
Fixes #400
2016-02-24 08:14:05 -08:00
Pranav K
f461329cdb
Reduce the number of directories we look for projects to build in.
2016-02-23 17:27:50 -08:00
moozzyk
8eb3946caf
Preventing from running dotnet test if test runner is not specified
2016-02-23 16:33:26 -08:00
Kiran Challa
67e49d3636
Enable passing in 'parallel' parameter to dotnet test
2016-02-23 14:10:17 -08:00
moozzyk
38d7bab73d
Removing -pre as it causes test failures due to version mismatch
...
between what the build runs vs what project references
Also removing for Sake since it is not needed
2016-02-23 12:56:12 -08:00
Pranav K
aca02c8311
Don't invoke k-clean as part of default lifecycle.
...
Fixes #382
2016-02-23 10:35:16 -08:00
moozzyk
0aa39e9d29
Adding -noappdomain option to work aroun a Mono issue
2016-02-23 09:30:58 -08:00
Pranav K
4bf99de4e4
Remove framework from dotnet-test
2016-02-23 09:06:05 -08:00
Pranav K
a7642bd20d
Only run one set of desktop tests (net451 or dnx451).
2016-02-22 23:24:21 -08:00
BrennanConroy
350f9c4cef
React to dotnet pack nupkg drop location
2016-02-22 16:47:08 -08:00
moozzyk
1739bf3f2c
Going back to 1496 after we found a workaround for Kestrel
2016-02-22 16:02:08 -08:00
moozzyk
165cdd10d5
Reverting to old CLI version due to https://github.com/NuGet/Home/issues/2153
2016-02-22 15:36:55 -08:00
moozzyk
12be957cad
Updating dotnet cli version to 1496
...
Removing DOTNET_HOME as it is no longer used
2016-02-22 14:29:39 -08:00
Victor Hurdugaci
9b10be8612
Pass the correct configuration to the test runners
2016-02-22 09:51:51 -08:00
Ajay Bhargav Baaskaran
3007398648
Enabled xml doc generation
2016-02-19 15:44:54 -08:00
John Luo
c5c3770f0d
Updating test TFMs for custom test discovery
2016-02-19 15:20:56 -08:00
Ajay Bhargav Baaskaran
33d07b8f7c
Enabled xml doc generation
2016-02-19 12:29:48 -08:00
Pranav K
430a62982e
Switch to v3 NuGet feeds
2016-02-19 09:21:39 -08:00
N. Taylor Mullen
2abc6a2343
Update System.Linq 4.0.2-* => 4.1.0-*.
2016-02-18 15:36:49 -08:00
John Luo
ec5808f8b6
Updating test TFMs for custom test discovery
2016-02-18 15:02:27 -08:00
Pranav K
2281d8cf89
Fix missing parantheses
2016-02-18 10:50:39 -08:00
Pranav K
03266b4b2a
Don't return if no volatile feeds are found.
2016-02-18 10:26:58 -08:00
Pranav K
53eb708a8b
Add support for Coherence build
2016-02-18 09:57:30 -08:00
Nate McMaster
1a94903930
Execute tests for net451 and/or dnx451
2016-02-17 15:49:22 -08:00
N. Taylor Mullen
3b4b3b8ca2
Remove System.Runtime dependency.
...
- This dependency is now pulled in transitively.
- It was temporarily re-added due to a DNX bug.
2016-02-13 22:05:25 -08:00
Brennan
314bc21413
Add missing framework assemblies
2016-02-11 13:29:58 -08:00
Pranav K
6a7289d52e
Continue deleting ni files on Linux until a new CLI is available
2016-02-11 11:07:11 -08:00
Pranav K
3fcd6f94ee
Keep cli native images
2016-02-11 11:01:32 -08:00
Pranav K
a192f79905
Updating to CLI 1290 build on Windows
2016-02-11 10:36:25 -08:00
Kiran Challa
5a8c5bf48d
Enable tests to run using dotnet xunit runner
2016-02-09 23:29:13 -08:00
Kiran Challa
85b1ac37bf
Enable tests to run using donet xunit test runner
2016-02-09 21:42:36 -08:00
Pranav K
99fbeb6ac3
Reacting to CoreCLR package version changes
2016-02-08 09:33:51 -08:00
Pranav K
4e68e8f3ab
Reacting to CoreCLR package version changes
2016-02-08 09:33:41 -08:00
N. Taylor Mullen
7190b704b1
Temporary build test fixes.
2016-02-06 15:08:27 -08:00
N. Taylor Mullen
42890042a3
Update shared project system.runtime dependency.
2016-02-05 17:50:53 -08:00
N. Taylor Mullen
cdf1d1f6c6
Update project.json to remove redundant System.Runtime dependency.
...
- This package is pulled in transitively.
2016-02-05 17:23:13 -08:00
N. Taylor Mullen
46d7d8988e
Update project.json to remove redundant System.Runtime dependency.
...
- This package is pulled in transitively.
2016-02-05 17:21:45 -08:00
Cesar Blum Silveira
ce2f823c7d
Build with dotnet ( #70 ).
2016-02-04 11:15:27 -08:00
Cesar Blum Silveira
9c734ddbab
Reference Microsoft.NETCore.Platforms where necessary.
2016-02-03 12:47:47 -08:00
John Luo
0d4fe3ba72
Updating to new CLI
2016-02-01 18:52:41 -08:00
Cesar Blum Silveira
0556a2c291
Use dotnet 1.0.0.001244 on *nix.
2016-01-29 05:06:23 -08:00
Cesar Blum Silveira
fdcbc0f2eb
Handle --version in dotnet-install.sh.
2016-01-29 04:00:48 -08:00
Doug Bunting
cb4d93ce74
Fix typo that broke `--no-restore`
...
- `NoRestore` was checked when registering `repo-initialize` target instead of when executing it
2016-02-10 10:54:39 -08:00
Doug Bunting
5444297795
Add `--no-restore` and apply `--quiet` to `dotnet restore`
...
- new `--no-restore` pseudo-target controls whether `dotnet restore` runs at all
- `--quiet` adds `--verbosity minimal` to `dotnet restore` command
nit: clean out dangling `KOREBUILD_TEST_DNXCORE` environment variable
- `--test-dnxcore` now logs a warning
2016-02-09 15:05:32 -08:00
Pranav K
ba7f46d3bc
* Add a switch to specify a version to KoreBuild
...
* Use a fixed version of the CLI until build issues are resolved.
2016-02-09 11:44:11 -08:00
Kiran Challa
de449ee249
Fix dotnet publish to only delete the specific framework bin folder
2016-02-08 10:36:09 -08:00
Brennan
3adcbd10f7
Move temp delete elsewhere
2016-02-05 10:40:28 -08:00