Commit graph

8262 commits

Author SHA1 Message Date
jbeisner
002ddd6374 Fixing a typo... 2018-01-05 23:23:15 +00:00
jbeisner
ed8d9c6390 Download the 'dotnet-runtime-deps' installer file to address the 'BuildSDKDeb' errors. 2018-01-05 23:11:47 +00:00
dotnet-bot
a5c35aeadb Update CoreSetup to preview1-26105-02 2018-01-05 22:45:37 +00:00
jbeisner
68c2b1d060 Update 'DEB' filenames for downloads of the 'host' and 'hostfxr'. 2018-01-05 21:35:48 +00:00
Livar
ee4e7049eb
Merge pull request #8284 from v-zbsail/loc_20171213
LOC CHECKIN | dotnet/cli – master | 20171222
2018-01-05 12:54:49 -08:00
Livar Cunha
80933404d0 Fix tool_roslyn_satellite by making it use the new dependency version properties. 2018-01-05 12:53:03 -08:00
jbeisner
c6ccdb29fd Reacting to core-setup changes for 'DEB' distro agnostic installers; example: 'dotnet-runtime-2.1.0-preview1-26104-06-x64.deb'
Plus: Update CoreSetup to preview1-26105-01
2018-01-05 20:51:50 +00:00
Mike Lorbetske
b70fcc4ec6 Update template package versions for 2.1 class, console, test and item templates 2018-01-05 12:36:19 -08:00
Nate McMaster
296e0ae57f Update dotnet-install scripts to support installing the ASP.NET Core runtime 2018-01-05 09:24:10 -08:00
Livar
a99154ed46
Merge pull request #8324 from steveharter/AddListRuntimesSdksToHelp
Add help for list-sdks and list-runtimes
2018-01-04 11:00:50 -08:00
Zbyněk Sailer
7ff9ac9a36 LOC CHECKIN | dotnet/cli – master | 20170104 | update 2018-01-04 15:03:49 +01:00
Livar
7fec5c4a6a
Merge pull request #8323 from dotnet/nuget-insertbuild4782
Insert NuGet Build 4.6.0-rtm-4782 into cli
2018-01-03 16:18:05 -08:00
Livar Cunha
3d92e52234 Merge remote-tracking branch 'dotnet/release/2.0.0' into merges/release/2.0.0-to-release/2.1-20180103-080038
* dotnet/release/2.0.0: (32 commits)
  Update wix version (#8313)
  Use explict and non-preview versions for the build DLL
  Fixing a typo...
  The 15.4.8 version of the Microsoft.Build.Runtime nuget package is currupt; use the replacement 15.4.8.1
  Fix dotnet-install to check the right path for no-op installs when --shared-runtime is specified
  Fixed a typo...
  Nuget.config update to align with CLI:master - add comments in DependencyVersions.prop
  Even more package dependency re-names...
  Third pass clean-up of package names.
  Second pass clean-up of package names; resequencing download.
  Updating dependency version properties in alignment with sample orchestrated build file at: https://dotnetfeed.blob.core.windows.net/orchestrated/20171129-03/orchestration-metadata/PackageVersions.props
  The access key is already resolved: 'CoreSetupBlobAccessTokenParam'
  Fixed another typo...
  Fixed typo...
  The first pass will need the extra args [same as run-build.ps1].
  Dependency Uptake: download and import a package version props file.
  Accounting for MSRC builds with pre-set 'CoreSetupBlobRootUrl' and 'CoreSetupBlobAccessToke' properties.
  Changes per code review...
  The URL root will include the "dotnet" container; the structure will be identical after the "dotnet" container.
  No passwords should be in the open as environmental variables.
  ...

 Conflicts:
	build/DependencyVersions.props
	src/redist/redist.csproj
	src/tool_msbuild/tool_msbuild.csproj
	src/tool_roslyn/tool_roslyn.csproj
	test/Microsoft.DotNet.Cli.Utils.Tests/Microsoft.DotNet.Cli.Utils.Tests.csproj
2018-01-03 16:16:41 -08:00
Livar
4acb93c392
Merge pull request #8320 from dotnet-bot/master-UpdateDependencies
Update CoreSetup to preview1-26103-03 (master)
2018-01-03 16:05:39 -08:00
Steve Harter
01b8e02100 Add help for list-sdks and list-runtimes 2018-01-03 17:34:08 -06:00
NuGet Team Bot
b5b105b47e Insert NuGet Build 4.6.0-rtm-4782 into cli 2018-01-03 15:20:05 -08:00
dotnet-bot
1661e8bace Update CoreSetup to preview1-26103-03 2018-01-03 22:19:42 +00:00
Peter Huene
b456668193
Fix test environment script to enable sourcing from other shells.
The `cli-test-env.sh` script has a `==` comparison operator, which is a
non-POSIX extension.

This commit replaces it with the `=` POSIX operator, enabling it to be sourced
from a wider variety of shells (namely zsh for this commit's author).
2018-01-03 13:24:11 -08:00
John Beisner
b9457c0f16
Merge pull request #8315 from dotnet-bot/master-UpdateDependencies
Update CoreSetup to preview1-26102-03 (master)
2018-01-02 16:53:09 -08:00
John Beisner
ecdaa669eb
Merge pull request #8314 from kasper3/patch-1
Check if tput command exists before using it
2018-01-02 14:20:40 -08:00
dotnet-bot
6d4078429c Update CoreSetup to preview1-26102-03 2018-01-02 22:15:32 +00:00
kasper3
a30c6a45fb
Remove ncurses dependency 2018-01-02 23:13:54 +02:00
kasper3
b1c14cb5ee
Check if tput command exists before using it
Fix #8311

@eerhardt
2018-01-02 23:04:56 +02:00
William Lee
860de6339c
Update wix version (#8313) 2018-01-02 12:37:00 -08:00
Livar
5be3d62b82
Merge pull request #8292 from dotnet-bot/master-UpdateDependencies
Update CoreSetup to preview1-26102-01 (master)
2018-01-02 11:17:54 -08:00
dotnet-bot
c9e884e355 Update CoreSetup to preview1-26102-01 2018-01-02 18:10:45 +00:00
John Beisner
00bf9f9f6d
Merge pull request #8289 from dotnet-bot/master-UpdateDependencies
Update CoreSetup to preview1-26023-01 (master)
2017-12-23 11:15:45 -08:00
dotnet-bot
93073360c7 Update CoreSetup to preview1-26023-01 2017-12-23 18:33:34 +00:00
Nick Guerrera
4f47ca1e75 Update xlf 2017-12-22 16:55:48 -08:00
John Beisner
a88926a483
Merge pull request #8287 from dotnet-bot/master-UpdateDependencies
Update CoreSetup to preview1-26022-04 (master)
2017-12-22 15:15:18 -08:00
dotnet-bot
e015abc219 Update CoreSetup to preview1-26022-04 2017-12-22 22:34:22 +00:00
John Beisner
c25966a299
Merge pull request #8281 from dotnet/nuget-insertbuild4759
Insert NuGet Build 4.6.0-preview2-4759 into cli
2017-12-22 13:56:58 -08:00
William Lee
4e5188817b
Check null for env (#8286)
As you see, the implementation of the 3 OS to check PATH is different.
There is not too much to extract. And I tried to move the
"contains a folder path in env:path?" to a method. But that
method requires to pass in env:path, targetapath and path separator for
different OS. This method has low value. And people still must
remember to use this method. So I just added simple null check to the
place I used GetEnvPath.
2017-12-22 12:47:33 -08:00
v-mdriml
40faaade90 LOC CHECKIN | dotnet/cli – master | 20171222 2017-12-22 11:30:49 +01:00
NuGet Team Bot
1e216db126 Insert NuGet Build 4.6.0-preview2-4759 into cli 2017-12-21 15:35:32 -08:00
John Luo
5e8add2190 Merged PR 99341: Update to consume aspnetcore 2.0.5-155
Update to consume aspnetcore 2.0.5-155 blob store at msrc-2-0-aspnet-20171220
2017-12-21 06:33:57 +00:00
John Luo
8c93b6d960 Update to consume aspnetcore 2.0.5-155 2017-12-20 19:25:45 -08:00
John Beisner
15725d7cac
Merge pull request #8276 from johnbeisner/ReadMe
Adding Alpine 3.6: README
2017-12-20 18:43:50 -08:00
John Beisner
f9af23fba4 Adding Alpine 3.6 2017-12-20 16:39:01 -08:00
John Beisner
504413205b
Merge pull request #8227 from janvorli/enable-alpine
Enable Alpine 3.6 CLI build
2017-12-20 13:17:12 -08:00
John Luo
6d1fb5ecc1 Merged PR 99097: Update to consume aspnetcore 2.0.5-152
Drops at msrc-2-0-aspnet-20171219

@<licavalc@microsoft.com> I accidentally pushed to release/2.1-MSRC directly while preparing this PR. I pushed a revert and recreated the PR. Would this create any problems other than a messy commit history?
2017-12-20 01:02:22 +00:00
Livar
3c94774185
Merge pull request #8268 from dotnet/nuget-insertbuild4745
Insert NuGet Build 4.6.0-preview2-4745 into cli
2017-12-19 17:01:52 -08:00
John Luo
ed511c4e29 Update to consume aspnetcore 2.0.5-152 2017-12-19 15:19:20 -08:00
John Luo
7af8cd0ae2 Revert "Update to consume aspnetcore 2.0.5-152"
This reverts commit 559d880cc2.
2017-12-19 15:18:35 -08:00
John Luo
559d880cc2 Update to consume aspnetcore 2.0.5-152 2017-12-19 15:17:03 -08:00
Livar
2cd74779d1 Updating roslyn to a version with the vbcscompiler. (#8214) 2017-12-19 14:06:48 -08:00
Livar
20cc8bd4e1 Fixing the link to the developer guide (#8269) 2017-12-19 11:14:58 -08:00
Livar Cunha
22dcaf7cb6 Fixing the path to the prefercliruntime file. 2017-12-19 10:10:30 -08:00
NuGet Team Bot
5a52a063b8 Insert NuGet Build 4.6.0-preview2-4745 into cli 2017-12-19 09:01:28 -08:00
Livar Cunha
1912ce9e20 Commit to trigger a rebuild of the CLI because of a build in place from the Runtime. 2017-12-18 18:16:55 -08:00