Eric Erhardt
07bd09a155
Append -portable to shared framework assets.
...
core-setup is producing "portable" assets with a "-portable" name. We should be consuming those from the CLI build.
2017-04-10 18:25:22 -05:00
dotnet-bot
33503925db
Update CoreSetup to preview1-001957
2017-04-10 22:16:24 +00:00
Livar
34f15727dc
Merge pull request #6271 from rakeshsinghranchi/dev/raksingh/AddDailyDebianFeedInstruction
...
Add debian daily feed install instruction
2017-04-10 13:34:58 -07:00
Eric Erhardt
99f9786ac7
Merge pull request #6270 from eerhardt/CacheRename
...
Rename `cache` to `store`.
2017-04-10 12:15:25 -05:00
Livar
67563a4f12
Merge pull request #6268 from livarcocc/remove_1_0_runtime
...
Removing the additional shared framework from the official stage2 build of the CLI
2017-04-08 12:30:41 -07:00
Livar
18126c4ea8
Merge branch 'master' into CacheRename
2017-04-08 09:36:15 -07:00
Livar
cc9271119e
Merge pull request #6266 from wli3/fix-migrate-x
...
Fix migrate command's parse error
2017-04-08 09:34:52 -07:00
Livar Cunha
88412b4689
Fixing the backwards compat test to use the stage2 with backwards compatible runtimes.
2017-04-08 00:32:34 -07:00
Livar Cunha
c8b042fd1b
Fixing the build.
2017-04-08 00:31:27 -07:00
Livar Cunha
e286c65d25
Removing Additional Framework entirely and renaming LegacyRuntime to something more appropriate: BackwardsCompatibleRuntimes. Also, turning off some tests that I forgot to turn off for linux-x64.
2017-04-08 00:31:27 -07:00
Livar Cunha
4c926ec9c5
Fixing the order in which we publish the stage2 with the legacy runtime.
2017-04-08 00:31:27 -07:00
Livar Cunha
772e838ff8
Removing the additional shared framework from the official stage2 build of the CLI. Instead, I also create a stage2 build with the legacy runtime so that we can continue to run tests tthat depend on it, but most importantly, we will be able to run backwards compatibility tests using it.
2017-04-08 00:31:27 -07:00
Livar
95a367136c
Merge pull request #6263 from johnbeisner/CLI-backcompat-tests
...
Adding backwards compat tests to the CLI test catalog.
2017-04-08 00:30:18 -07:00
Eric Erhardt
95ff3f9bf8
Fix tests for cache => store rename.
2017-04-07 15:51:37 -05:00
Rakesh Ranjan Singh
32ff1ea8c9
Add debian daily feed install instruction
2017-04-07 13:06:08 -07:00
Eric Erhardt
07b25e268c
Rename cache
to store
.
...
Rename `dotnet publish --filter` to `dotnet publish --target`.
Partial fixes for #6243 , #6244
2017-04-07 14:21:16 -05:00
John Beisner
30b5518af3
Changes per code review from PR
2017-04-07 10:02:55 -07:00
William Li
4f52ed37f7
Fix migrate command's parse error
...
argument. So, when it is trying to materialize MigrateCommand, the file
path does not match what it is expected(a bool).
2017-04-07 08:01:06 -07:00
Livar
e1b4556641
Merge pull request #6254 from mlorbetske/dev/mlorbe/UpdateTemplatesAndEngine
...
Update template engine & template versions
2017-04-06 18:01:12 -07:00
Livar
ff452ab5e7
Merge pull request #6256 from dotnet/websdkversionupdate0405
...
Updating the websdk version
2017-04-06 17:28:15 -07:00
John Beisner
9bfe67a8e8
Adding backwards compat tests to the CLI test catalog.
...
https://github.com/dotnet/cli/issues/6227
https://github.com/dotnet/cli/issues/6228
2017-04-06 11:58:19 -07:00
Vijay Ramakrishnan
3aa7b10007
Updating the websdk version
2017-04-05 17:02:33 -07:00
Mike Lorbetske
379dd5c9e0
Update template engine & template versions
2017-04-05 13:50:12 -07:00
Livar
7080b71401
Merge pull request #6200 from jyoungyun/arm/cross-build
...
Add --rid option to support cross build
2017-04-05 12:40:29 -07:00
Livar
5ec3df813d
Merge pull request #6242 from eerhardt/FixDisableCrossgen
...
Fix passing /p:DISABLE_CROSSGEN on cli.
2017-04-05 12:40:11 -07:00
Livar
82c2ad1f78
Merge pull request #6246 from dotnet-bot/master-UpdateDependencies
...
Update CoreSetup to preview1-001915 (master)
2017-04-05 12:39:09 -07:00
Eric Erhardt
147effc9e1
Merge pull request #6252 from dotnet/UpdateSdk
...
Update Sdk to 2.0.0-alpha-20170405-2
2017-04-05 14:07:09 -05:00
William Lee
60056dc706
Merge pull request #6235 from dotnet/fix-openssl-install
...
Correct OpenSSL install guide
2017-04-05 11:47:57 -07:00
Daniel Lo Nigro
e391b5d5f3
Change shebang and remove comment about bashisms
2017-04-05 11:40:59 -07:00
Daniel Lo Nigro
6a27955d2f
Add bash shebang to dotnet-install.sh
2017-04-05 11:40:59 -07:00
Eric Erhardt
5b1adf9fd2
Update Sdk to 2.0.0-alpha-20170405-2
2017-04-05 12:50:36 -05:00
dotnet-bot
a2e1c06597
Update CoreSetup to preview1-001915
2017-04-05 00:32:55 +00:00
Eric Erhardt
a7becbe6d8
Fix passing /p:DISABLE_CROSSGEN on cli.
...
When passing a property using the commandline, it is not flown through to "dotnet publish" calls. So instead of using "dotnet publish", just use the MSBuild task to invoke the Publish target on the reidst project. This way properties flow correctly.
I also did a little cleaning of unused build logic.
2017-04-04 17:50:28 -05:00
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
Jiyoung Yun
f6f1b10fc9
Add --runtime-id option to support cross build
...
When trying to cross build, Rid needs to change to the target Rid,
but architecture should use x64 as it as host.
In addition to the existing --architecture option, and additional --runtime-id option is required.
2017-04-04 17:47:24 +09: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
William Li
bf5dbd2013
Correct OpenSSL install guide
...
The previous command will not work anymore
Get error:
Warning: Refusing to link: openssl
Linking keg-only OpenSSL means you may end up linking against the insecure,
deprecated system version while using the headers from the Homebrew version.
Instead, pass the full include/library paths to your compiler
Get a better instruction from https://www.microsoft.com/net/core#macos
2017-04-03 18:05:25 -07:00
dotnet-bot
5e5d209115
Update CoreSetup to preview1-001907
2017-04-03 23:43:58 +00:00