Eric Erhardt
1f8b86d268
Merge pull request #6208 from eerhardt/FixDebTool
...
Fixing the reference to dotnet-deb-tool to be correct.
2017-03-30 15:49:11 -05:00
Eric Erhardt
56f2652406
Fixing the reference to dotnet-deb-tool to be correct.
...
No more using * versions. Only specify the version in a single place.
2017-03-30 14:39:54 -05:00
Livar Cunha
0c1af8a2fe
Enabling E2E tests by setting HOME and USERPROFILE env variables. This will cause the NuGet.Config and fallback folder to be extract to the location in those variables during the tests. Also refactored all NuGet path calculators for the first run to a single place.
2017-03-30 11:28:01 -07:00
jonsequitur
7a90675be7
enforce repeating options to for multiple arguments
2017-03-30 07:43:04 -07:00
Jiyoung Yun
5c5b90be74
Add help job
2017-03-30 19:40:03 +09:00
Livar Cunha
a46237784e
Modified the build script to generate the lzma archive without the nupkgs. Modified the configurer to upsert NuGet.Config with the fallback folder info and to extract the fallback folder. Added unit tests for all this. Next step: update E2E tests.
2017-03-30 00:11:17 -07:00
Satya Madala
8bed1b3a23
Update help text
2017-03-30 12:13:14 +05:30
Eric Erhardt
bbd388d328
Fix crossgen location on linux machines.
...
Microsoft.NETCore.App no longer pulls in distro-specific runtime packages on linux. Instead, it uses the portable 'linux-x64' runtime.
2017-03-29 17:48:22 -05:00
dotnet-bot
eecd983d80
Update CoreSetup to beta-001863
2017-03-29 21:29:20 +00:00
Livar
ffd6048649
Merge pull request #6165 from crummel/fixFolderCase-1.0.1
...
Make folder case consistent.
2017-03-28 22:49:12 -07:00
Livar
6866bc2f4a
Merge pull request #6168 from mlorbetske/dev/mlorbe/UpdateToTemplateEngine166And20TemplateContent
...
Update to template engine build 166 and updates to 2.0 templates
2017-03-28 22:48:57 -07:00
mlorbetske
d8e1943c49
Take newer version of the engine
2017-03-28 20:53:27 -07:00
Livar
cd48c6af7e
Merge pull request #6174 from svick/fix-links
...
Fixed broken links
2017-03-28 13:36:46 -07:00
Mike Lorbetske
be5c70cd30
Use a build that exists
2017-03-28 09:17:51 -07:00
Mike Lorbetske
3d6833b5f0
Update engine version
2017-03-28 08:17:01 -07:00
Petr Onderka
8eab3ad038
Fixed broken links
2017-03-28 15:50:05 +02:00
Mike Lorbetske
4c2435eeb9
Update engine version, fix test
2017-03-27 23:46:40 -07:00
Mike Lorbetske
19f89a2f73
Update engine version to get some more information about the CI failures
2017-03-27 21:22:49 -07:00
Mike Lorbetske
988f0c665d
Take newer version of template engine
2017-03-27 20:31:17 -07:00
Mike Lorbetske
9bb88734ea
Update to template engine build 166 and updates to 2.0 templates
2017-03-27 17:46:32 -07:00
Livar
135ff1570b
Merge branch 'rel/1.0.1' into fixFolderCase-1.0.1
2017-03-27 16:57:36 -07:00
Livar
ead75862d3
Merge pull request #6166 from livarcocc/merge_rel_1_0_0
...
Merge rel/1.0.0 into rel/1.0.1
2017-03-27 16:57:19 -07:00
Livar
3634da519a
Merge pull request #6167 from dotnet/livarcocc-patch-1
...
Removing CMake from the CLI build requirements.
2017-03-27 15:53:16 -07:00
Livar
55f3a238ee
Update developer-guide.md
2017-03-27 14:58:02 -07:00
Livar
8bb50f5638
Removing CMake from the CLI build requirements.
...
We needed that when we used to build the shared framework in the CLI. We don't need it anymore. Plus, we need a small change to kick off a build.
2017-03-27 14:57:32 -07:00
Livar Cunha
7a8dd54383
Merge branch 'rel/1.0.0' into merge_rel_1_0_0
...
* rel/1.0.0:
dotnet-install should identify all RHEL 7.x as RHEL
2017-03-27 14:39:39 -07:00
Livar
9a4c2c32f4
Merge pull request #6159 from omajid/rel-1.0.0-rhel-7
...
dotnet-install should identify all RHEL 7.x as RHEL
2017-03-27 14:32:26 -07:00
Livar
e01fbc941d
Merge pull request #6160 from crummel/fixFolderCase
...
Make folder case consistent.
2017-03-27 13:52:30 -07:00
Chris Rummel
3928c2739c
Make folder case consistent.
...
This causes no build issues (because the .csproj uses the default wildcard include),
but prevents the repo from being pushed to VSO Git.
2017-03-27 15:23:14 -05:00
Chris Rummel
cd0fc7886c
Make folder case consistent.
...
This causes no build issues (because the .csproj uses the default wildcard include),
but prevents the repo from being pushed to VSO Git.
2017-03-27 14:59:40 -05:00
Livar
e09c33400c
Merge pull request #6138 from livarcocc/tool_fallback_folder
...
Switched to using a FallbackPackagePathResolver to find the tool dll
2017-03-27 10:57:55 -07:00
Omair Majid
13cf65ea8f
dotnet-install should identify all RHEL 7.x as RHEL
...
New RHEL minor versions are compatible with previous RHEL minor
versions. They also replace them: all users using RHEL 7.n are migrated
to RHEL 7.(n+1) by a simple yum upgrade. So just treat all RHEL 7.x
version as RHEL.
This only holds true for minor versions. RHEL 7 is not compatible with
RHEL 6. But since .NET Core only supports RHEL 7, this shouldn't matter.
2017-03-27 11:32:39 -04:00
Livar Cunha
b2116cd2e1
Addressing comments by adding a test covering the case where the tool assemblies are not found.
2017-03-26 21:52:27 -07:00
Satya Madala
12e59ebb6e
Merge branch 'master' into rd-arg
2017-03-25 16:33:01 +05:30
Satya Madala
8a6913b2fe
Add results directory arg to dotnet test
2017-03-25 15:18:14 +05:30
Livar
a0c0084359
Merge pull request #6149 from eerhardt/UseLinuxRuntime
...
Use the portable `linux-x64` runtime when building on Linux.
2017-03-24 16:19:04 -07:00
Nick Guerrera
fcd3c149f8
Merge pull request #6136 from nguerrera/vs-version-props
...
Package bundled version props in to a VS insertion nupkg
2017-03-24 15:56:04 -07:00
Eric Erhardt
a97b572e49
Use the portable linux-x64
runtime when building on Linux.
2017-03-24 16:19:52 -05:00
Eric Erhardt
dff66c1acb
Update the .sln file to contain all the build logic in an organized way.
2017-03-24 16:19:50 -05:00
Nick Guerrera
5c6b5da017
Merge pull request #6145 from nguerrera/remove-fedora
...
Remove Fedora24 from CI rotation for now
2017-03-24 14:15:26 -07:00
Livar
9f186882b3
Merge pull request #6120 from dasMulli/bugfix/run-directory-arg
...
Allow directories as project arguments to run command.
2017-03-24 14:14:50 -07:00
Nick Guerrera
ac0fa56039
Remove Fedora24 from CI for now
2017-03-24 13:31:05 -07:00
Nick Guerrera
c3a6999392
Skip flaky test
2017-03-24 13:14:07 -07:00
Eric Erhardt
7bfc51f2b1
Format BundledRuntimes.props to use consistent whitespace.
2017-03-24 14:22:34 -05:00
Livar Cunha
a4300cc069
Improving the test slightly by checking that it is finding the correct path to the tool dll.
2017-03-24 12:17:27 -07:00
Livar Cunha
10e743e8e5
Switched to using a FallbackPackagePathResolver to find the tool dll, because now with Fallback folders, we can have the tool dll in the fallback folder but its assets file in the user nuget cache. This happens because Nuget never writes to the fallback folder, including the tool's assets file that it generates during restore.
2017-03-24 12:17:27 -07:00
Livar
b2ac1cf8df
Merge pull request #6134 from jonsequitur/stop-splitting-tokens-when-option-is-not-valid
...
update CommandLineParser version for more selective option splitting
2017-03-24 12:14:47 -07:00
Livar
47158e7a5d
Merge pull request #6135 from ellismg/update-dependencies
...
Update dependencies
2017-03-24 12:14:08 -07:00
Matt Ellis
6d25ee1f68
Add OSX.10.12 RID to some test assets
2017-03-24 11:29:10 -07:00
Nick Guerrera
5e26d0f160
Package bundled version props in to a VS insertion nupkg
2017-03-24 11:11:31 -07:00