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
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
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
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