Eric Erhardt
|
3d4a6ed72a
|
Merge pull request #6238 from dotnet-bot/master-UpdateDependencies
Update CoreSetup to preview1-001913 (master)
|
2017-04-04 16:32:22 -05:00 |
|
dotnet-bot
|
2caa293a51
|
Update CoreSetup to preview1-001913
|
2017-04-04 18:04:37 +00:00 |
|
Eric Erhardt
|
b00384f497
|
Merge pull request #6234 from eerhardt/SelfContained
Add --self-contained to publish.
|
2017-04-04 12:03:09 -05:00 |
|
Eric Erhardt
|
7f389c9729
|
Split SelfContained test into two separate tests.
|
2017-04-04 11:24:51 -05:00 |
|
Livar
|
6c5d622b9e
|
Merge pull request #6151 from smadala/rd-arg
Add results-directory switch to dotnet test
|
2017-04-04 08:31:58 -07:00 |
|
Satya Madala
|
bd10beafae
|
update help message for test results directory
|
2017-04-04 12:40:18 +05:30 |
|
Livar
|
59415e5bc9
|
Merge pull request #6202 from jyoungyun/ci/add_help_job
Add help job
|
2017-04-03 23:38:36 -07:00 |
|
Livar
|
8e02c20a30
|
Merge pull request #6232 from dotnet/UpdateMSBuild
Update MSBuild to 15.2.0-preview-000093-02
|
2017-04-03 23:31:56 -07:00 |
|
Livar
|
34f7df0763
|
Merge pull request #6209 from livarcocc/first_run_fallback_folder
First run fallback folder
|
2017-04-03 23:23:29 -07:00 |
|
Livar
|
6187409418
|
Merge branch 'master' into UpdateMSBuild
|
2017-04-03 22:25:27 -07:00 |
|
Livar
|
b207165c67
|
Merge pull request #6231 from dotnet/websdkversion
Updating the websdk version
|
2017-04-03 22:24:27 -07:00 |
|
Livar
|
9d4fc6e0b1
|
Merge pull request #6233 from dotnet-bot/master-UpdateDependencies
Update CoreSetup to preview1-001907 (master)
|
2017-04-03 22:24:02 -07:00 |
|
Livar Cunha
|
af3d2a6c5c
|
Fixing formatting issues pointed out during code review.
|
2017-04-03 22:18:05 -07:00 |
|
Livar Cunha
|
3d0089552c
|
Fixing failures in tests when the user has a fallbackfolder setup on this machine already. These failures are again due to the fact that --packages are not populated when the packages are found in the fallback folder.
|
2017-04-03 22:15:40 -07:00 |
|
dotnet-bot
|
5e5d209115
|
Update CoreSetup to preview1-001907
|
2017-04-03 23:43:58 +00:00 |
|
Eric Erhardt
|
ab15200500
|
Add --self-contained to publish.
This flows to the $(SelfContained) property added in https://github.com/dotnet/sdk/pull/1053
|
2017-04-03 18:17:08 -05:00 |
|
Eric Erhardt
|
5e15b5f5c5
|
Update MSBuild to 15.2.0-preview-000093-02
|
2017-04-03 16:21:38 -05:00 |
|
Livar
|
a616c04a38
|
Merge pull request #6206 from jonsequitur/require-option-to-be-repeated-for-multiple-args
enforce repeating options to for multiple arguments
|
2017-04-03 14:04:30 -07:00 |
|
Livar
|
503b152e1b
|
Merge pull request #6230 from ravimandal47/patch-1
minor changes in numbering in Adding a command section
|
2017-04-03 14:03:46 -07:00 |
|
Vijay Ramakrishnan
|
02434d975d
|
Fixing the indentation
|
2017-04-03 13:24:55 -07:00 |
|
Vijay Ramakrishnan
|
91886ff9a4
|
Adding the feed for websdk
|
2017-04-03 12:02:59 -07:00 |
|
Vijay Ramakrishnan
|
eb5ec51919
|
Updating the websdk version
|
2017-04-03 10:46:03 -07:00 |
|
Livar Cunha
|
dee8725fd2
|
Fixed the failing windows tests by pointing to a NuGet.Config during restore. The issue there was that when NuGet finds a package in the fallback folder, it does not copy it to the packages folder when --packages is specified. Also, to avoid collateral changes during tests, set APPDATA env variable when running the first run experience tests.
|
2017-04-03 10:45:35 -07:00 |
|
Ravi Mandal
|
1af5dc236f
|
minor changes in numbering in Adding a command section
|
2017-04-03 23:18:12 +05:45 |
|
Eric Erhardt
|
4145c3304d
|
Merge pull request #6181 from dotnet-bot/master-UpdateDependencies
Update CoreSetup to beta-001863 (master)
|
2017-03-31 20:57:51 -05:00 |
|
Eric Erhardt
|
0d39a1656d
|
Update CoreSetup to preview1-001887-00
|
2017-03-31 18:31:27 -05:00 |
|
Livar Cunha
|
347bd4b1fe
|
Fixing the location of the sentinel and placing it side by side with the fallback folder.
|
2017-03-30 14:14:36 -07:00 |
|
Eric Erhardt
|
527ab6b47a
|
Update CoreSetup to preview1-001875-00
|
2017-03-30 15:54:01 -05:00 |
|
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
|
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
|
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 |
|