jbeisner
1acb93f15a
Merge remote-tracking branch 'upstream/master' into OrchestratedBuild
2018-01-16 22:19:58 +00:00
jbeisner
9dc9f4c87b
Use "PushToBlobFeed" instead of "UploadToAzure"
2018-01-16 22:16:56 +00:00
Peter Huene
2f26f10ed2
Fix missing package id error message for install tool command.
...
This commit fixes the error message that is displayed when the `install
tool` command is not given a package id to install. Previously, only
`packageId` was output, which was confusing.
Fixes #8381 .
2018-01-16 13:57:26 -08:00
Peter Huene
2c03ff9bcf
Refactor install command localizable strings.
...
This commit moves the `tool` subcommand strings into its own resource
file, rather than putting them into the `install` command's resource
file.
This better follows the patterns of other commands, such as `add`, and
enables subcommands to isolate their string resources from one another.
As part of this commit, the `install tool` string resources were cleaned
up.
2018-01-16 12:59:34 -08:00
Peter Huene
f6695f7e6b
Fix build environment script.
...
Script was missing a `/` for setting the `PATH` environment variable correctly.
2018-01-16 11:48:26 -08:00
John Beisner
501e11d928
Merge pull request #8406 from johnbeisner/OrchestratedBuild
...
Ensure that the 'SetAzureProps' target runs before 'BlobStoragePartialRelativePath' is used.
2018-01-16 11:35:44 -08:00
jbeisner
552129db0d
Fixed a typo...
2018-01-16 18:25:18 +00:00
jbeisner
95a5bc7e16
Ensure that the 'SetAzureProps' target runs before 'BlobStoragePartialRelativePath' is used.
2018-01-16 18:15:28 +00:00
Livar
290c66829b
Merge pull request #8392 from dotnet-bot/master-UpdateDependencies
...
Update CoreSetup to preview1-26115-03 (master)
2018-01-16 10:09:57 -08:00
John Beisner
188e0d7190
Merge pull request #8404 from johnbeisner/OrchestratedBuild
...
Add "SDK" at the end of the orchestrated build blob drop point.
2018-01-16 09:36:53 -08:00
jbeisner
e7bd33b200
Add "SDK" at the end of the orchestrated build blob drop point.
2018-01-16 16:09:00 +00:00
dotnet-bot
a1a1c2b762
Update CoreSetup to preview1-26115-03
2018-01-15 18:51:25 +00:00
William Lee
e8f7ddd01b
Localization for tools work so far ( #8251 )
2018-01-13 09:40:48 -08:00
Matt Mitchell
2cfc65a0c4
Merge pull request #8388 from johnbeisner/OrchestratedBuildPublishing
...
Enabling the publish of CLI assets to 'orchestrated' blob storage.
2018-01-12 19:33:28 -08:00
jbeisner
429f2fde07
Found a version of 'microsoft.dotnet.build.tasks.feed' that supports both parsing of the URL and the currrent Nupkg upload method: 2.1.0-prerelease-02312-02
2018-01-13 02:46:14 +00:00
William Lee
a3aa6dc1c2
Merge pull request #8379 from peterhuene/install-tool-source-option
...
Add source option to install tool command.
2018-01-12 17:46:08 -08:00
Peter Huene
fe89456f2a
Add source option to install tool command.
...
This commit adds the `--source` option to the `install tool` command. This
option is equivalent to the option of the same name for the `restore` command.
The option is forwarded to the underlying restore operation.
Fixes #8226 .
2018-01-12 16:08:13 -08:00
jbeisner
6d9130dc61
Simplify the 'index.json' removal.
2018-01-13 00:07:01 +00:00
Livar
d79c40e294
Merge pull request #8383 from dotnet-bot/master-UpdateDependencies
...
Update CoreSetup to preview1-26112-04 (master)
2018-01-12 15:44:41 -08:00
jbeisner
aa458eca82
Strip off "index.json" before appending "assets"
2018-01-12 23:34:38 +00:00
jbeisner
cbcd4fd3c3
Fixing a typo...
2018-01-12 22:46:25 +00:00
dotnet-bot
0354166e05
Update CoreSetup to preview1-26112-04
2018-01-12 22:43:35 +00:00
jbeisner
5e6c339e16
Simplification: remove Boolean 'PUBLISH_NUPKG_TO_AZURE_BLOB'
2018-01-12 22:27:46 +00:00
jbeisner
bfb9322415
Enabling the publish of assets to 'orchestrated' blob storage.
2018-01-12 22:11:15 +00:00
Livar
038d70dffd
Merge pull request #8387 from livarcocc/disable_native_installer_tests
...
Disabling native installer tests whenever CLIBUILD_SKIP_TESTS is set to true
2018-01-12 13:27:25 -08:00
Livar Cunha
65c88d8ea8
Disabling native installer tests whenever CLIBUILD_SKIP_TESTS is set to true.
2018-01-12 10:11:44 -08:00
Livar
a85a4f4547
Merge pull request #8377 from dotnet-bot/master-UpdateDependencies
...
Update CoreSetup to preview1-26111-03 (master)
2018-01-11 19:43:26 -08:00
jbeisner
b1cc035ff6
Variable name change.
2018-01-12 00:42:16 +00:00
jbeisner
878821a51b
Consider case and "target" as possibilities.
2018-01-11 23:36:10 +00:00
Andy Gerlicher
2b3ade043d
Use a multi-proc aware MSBuild logger ( #8371 )
...
Make use of the MSBuild distributed logger functionality and add a
forwarding logger. When in a multi-proc build, the forwarding logger
will decide which events to forward to the main node to be logged.
Without this, all events are routed and a perf penalty is incurred.
2018-01-11 15:30:56 -08:00
jbeisner
12350c4321
Fixing the line endings.
2018-01-11 23:09:31 +00:00
John Beisner
ed2ca5d49a
Merge pull request #8354 from johnbeisner/CoalesceDebInstaller
...
Remove method to publish to Debian feeds.
2018-01-11 14:37:04 -08:00
jbeisner
1ea48da27c
Run-Build.sh/ps1 does not behave correctly when passing in a target.
2018-01-11 21:23:46 +00:00
dotnet-bot
745e40b77d
Update CoreSetup to preview1-26111-03
2018-01-11 20:55:02 +00:00
Livar
a212d5a017
Merge pull request #8356 from javiercn/javiercn/certificate-installer
...
Prevent the ASP.NET certificate generation logic from running on the installers
2018-01-11 09:46:44 -08:00
Javier Calvarro Nelson
08a369cf86
Prevent the ASP.NET certificate generation logic from running on the installers
2018-01-10 21:54:05 -08:00
Livar
ff4299241c
Merge pull request #8360 from dotnet-bot/master-UpdateDependencies
...
Update CoreSetup to preview1-26110-02 (master)
2018-01-10 16:11:20 -08:00
John Beisner
7d641b76f4
Merge pull request #8361 from natemcmaster/rpm
...
Ignore incoherent rpm dependency on dotnet-runtime when testing aspnetcore
2018-01-10 15:32:54 -08:00
dotnet-bot
0f1fca5601
Update CoreSetup to preview1-26110-02
2018-01-10 23:04:12 +00:00
Matt Mitchell
219801b150
Merge pull request #8362 from mmitche/backwards-compat-urls
...
Backwards compat runtimes should be able to come from different location
2018-01-10 14:55:34 -08:00
Nate McMaster
781bffd59a
Use RPM --install --nodeps to ignore aspnetcore-runtime's dependencies
2018-01-10 14:48:33 -08:00
Matt Mitchell
7d2a4f60b3
Backwards compat runtimes should not come from product construction sources
2018-01-10 14:23:48 -08:00
jbeisner
a2d2923878
Removing the UploadToLinuxPackageRepository task code and tests.
2018-01-10 22:18:27 +00:00
Livar
96491fc461
Merge pull request #8359 from natemcmaster/up-aspnet
...
Update to aspnetcore 2.1.0-preview1-28042
2018-01-10 10:26:35 -08:00
Nate McMaster
3e05d2495a
Update to aspnetcore 2.1.0-preview1-28042
...
- Update to 2.1.0-preview1-28042
- Remove references to the aspnetcore-store package
- Allow pulling aspnetcore from orchestrated build
2018-01-10 09:05:49 -08:00
Livar
3f70aa89b1
Merge pull request #8353 from dotnet-bot/master-UpdateDependencies
...
Update CoreSetup to preview1-26109-02 (master)
2018-01-09 21:01:16 -08:00
Livar
e9d1d025de
Merge pull request #8341 from natemcmaster/aspnetcore-sharedfx
...
Update to ASP.NET Core shared framework 2.1.0-preview1-28031
2018-01-09 18:57:13 -08:00
Nate McMaster
811f3dcc27
Update TestSdkDeb targets to ignore coherence issues with dotnet-runtime
2018-01-09 15:36:23 -08:00
jbeisner
c2a9cf4c5b
Remove method to publish to Debian feeds.
2018-01-09 23:31:32 +00:00
John Beisner
1a6dc96bec
Merge pull request #8347 from johnbeisner/CoalesceDebInstaller
...
CLI produce 'DEB' distro agnostic installer packages; CLI:master
2018-01-09 15:31:19 -08:00