Commit graph

40 commits

Author SHA1 Message Date
Josh Soref
402c6e5ee9 spelling: framework
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2021-05-26 05:16:13 -04:00
Josh Soref
049a0dcccf spelling: enabled
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2021-05-26 05:16:13 -04:00
Marc Paine
8847ed9e06
Merge pull request #10294 from dotnet/marcpopMSFT-reenableinproc
Re-enable in-process msbuild for ES tests
2021-05-12 14:19:38 -07:00
Nathan Mytelka
93b2806b0a Merge branch 'main' of https://github.com/dotnet/installer into create-precomputed-rar-cache 2021-04-28 10:45:26 -07:00
Nathan Mytelka
9b276b33a7 Remove slash
This makes it a double slash, which escapes it, causing a FileNotFound exception on linux
2021-04-22 10:45:40 -07:00
Marc Paine
5c891416a3
Update SdkTests.csproj 2021-04-22 10:27:56 -07:00
dotnet-maestro[bot]
73f0a697e4
[main] Update dependencies from dotnet/sdk (#10185)
[main] Update dependencies from dotnet/sdk
- Coherency Updates:
  - Microsoft.WindowsDesktop.App.Ref: from 6.0.0-preview.4.21206.2 to 6.0.0-preview.4.21212.1 (parent: Microsoft.NET.Sdk)
  - VS.Redist.Common.WindowsDesktop.SharedFramework.x64.6.0: from 6.0.0-preview.4.21206.2 to 6.0.0-preview.4.21212.1 (parent: Microsoft.NET.Sdk)
  - VS.Redist.Common.NetCore.SharedFramework.x64.6.0: from 6.0.0-preview.4.21205.3 to 6.0.0-preview.4.21213.3 (parent: Microsoft.NET.Sdk)
  - Microsoft.NETCore.App.Ref: from 6.0.0-preview.4.21205.3 to 6.0.0-preview.4.21213.3 (parent: Microsoft.NET.Sdk)
  - Microsoft.NETCore.App.Runtime.win-x64: from 6.0.0-preview.4.21205.3 to 6.0.0-preview.4.21213.3 (parent: Microsoft.NET.Sdk)
  - Microsoft.NETCore.App.Host.win-x64: from 6.0.0-preview.4.21205.3 to 6.0.0-preview.4.21213.3 (parent: Microsoft.NET.Sdk)
  - Microsoft.NETCore.DotNetHostResolver: from 6.0.0-preview.4.21205.3 to 6.0.0-preview.4.21213.3 (parent: Microsoft.NET.Sdk)
  - Microsoft.NETCore.Platforms: from 6.0.0-preview.4.21205.3 to 6.0.0-preview.4.21213.3 (parent: Microsoft.NET.Sdk)
  - Microsoft.AspNetCore.App.Ref: from 6.0.0-preview.4.21207.16 to 6.0.0-preview.4.21213.1 (parent: Microsoft.NET.Sdk)
  - Microsoft.AspNetCore.App.Ref.Internal: from 6.0.0-preview.4.21207.16 to 6.0.0-preview.4.21213.1 (parent: Microsoft.NET.Sdk)
  - Microsoft.AspNetCore.App.Runtime.win-x64: from 6.0.0-preview.4.21207.16 to 6.0.0-preview.4.21213.1 (parent: Microsoft.NET.Sdk)
  - VS.Redist.Common.AspNetCore.SharedFramework.x64.6.0: from 6.0.0-preview.4.21207.16 to 6.0.0-preview.4.21213.1 (parent: Microsoft.NET.Sdk)
  - dotnet-dev-certs: from 6.0.0-preview.4.21207.16 to 6.0.0-preview.4.21213.1 (parent: Microsoft.NET.Sdk)
  - dotnet-user-secrets: from 6.0.0-preview.4.21207.16 to 6.0.0-preview.4.21213.1 (parent: Microsoft.NET.Sdk)
  - Microsoft.DotNet.Common.ItemTemplates: from 6.0.100-preview.4.21206.2 to 6.0.100-preview.4.21213.1 (parent: Microsoft.NET.Sdk)
  - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 6.0.0-preview.4.21206.2 to 6.0.0-preview.4.21212.1 (parent: Microsoft.NET.Sdk)
  - Microsoft.Dotnet.WinForms.ProjectTemplates: from 6.0.0-preview.4.21205.2 to 6.0.0-preview.4.21212.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)
  - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 6.0.0-preview.4.21206.2 to 6.0.0-preview.4.21212.1 (parent: Microsoft.NET.Sdk)
  - Microsoft.DotNet.Wpf.ProjectTemplates: from 6.0.0-preview.4.21206.1 to 6.0.0-preview.4.21212.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)
  - Microsoft.FSharp.Compiler: from 11.4.2-beta.21204.5 to 11.4.2-beta.21212.7 (parent: Microsoft.NET.Sdk)
  - Microsoft.NET.ILLink.Tasks: from 6.0.100-preview.2.21207.1 to 6.0.100-preview.2.21212.5 (parent: Microsoft.NET.Sdk)
  - Microsoft.Net.Compilers.Toolset: from 3.10.0-3.21208.2 to 3.10.0-3.21213.18 (parent: Microsoft.NET.Sdk)
  - NuGet.Build.Tasks: from 5.10.0-preview.2.7190 to 5.10.0-preview.2.7203 (parent: Microsoft.NET.Sdk)

 - Merge branch 'main' into darc-main-4ed89ff0-d420-4cac-9486-36d8a69c8e12

 - Set DOTNET_CLI_RUN_MSBUILD_OUTOFPROC=true for SdkTests.csproj

Forces the started dotnet CLI to not load MSBuild.dll in-proc, see https://github.com/dotnet/installer/pull/10185#issuecomment-819463807.
2021-04-14 12:49:16 +00:00
William Li
2a19fdee15 Revert "disable test as tool build for now"
This reverts commit bc5222343943818cba91aacd97b63fec2f516707.
2020-11-17 09:36:12 -08:00
dotnet-maestro[bot]
bb1e128c34
[master] Update dependencies from dotnet/sdk (#9064)
[master] Update dependencies from dotnet/sdk
- Coherency Updates:
  - Microsoft.AspNetCore.App.Ref: from 6.0.0-alpha.1.20526.6 to 6.0.0-alpha.1.20561.2 (parent: Microsoft.NET.Sdk)
  - Microsoft.AspNetCore.App.Ref.Internal: from 6.0.0-alpha.1.20526.6 to 6.0.0-alpha.1.20561.2 (parent: Microsoft.NET.Sdk)
  - VS.Redist.Common.AspNetCore.SharedFramework.x64.6.0: from 6.0.0-alpha.1.20526.6 to 6.0.0-alpha.1.20561.2 (parent: Microsoft.NET.Sdk)
  - Microsoft.EntityFrameworkCore: from 6.0.0-alpha.1.20509.5 to 6.0.0-alpha.1.20560.6 (parent: Microsoft.AspNetCore.App.Runtime.win-x64)
  - Microsoft.AspNetCore.App.Runtime.win-x64: from 6.0.0-alpha.1.20526.6 to 6.0.0-alpha.1.20561.2 (parent: Microsoft.NET.Sdk)
  - dotnet-dev-certs: from 6.0.0-alpha.1.20526.6 to 6.0.0-alpha.1.20561.2 (parent: Microsoft.NET.Sdk)
  - dotnet-user-secrets: from 6.0.0-alpha.1.20526.6 to 6.0.0-alpha.1.20561.2 (parent: Microsoft.NET.Sdk)
  - dotnet-watch: from 6.0.0-alpha.1.20526.6 to 6.0.0-alpha.1.20561.2 (parent: Microsoft.NET.Sdk)

 - Update installer target framework to 6.0

 - Install 5.0.0 and 3.1.0 runtime

 - Merge remote-tracking branch 'upstream/master' into darc-master-4cce5096-36fd-4b94-ba12-5d198a821a27

 - Update SDK to one that targets 6.0

 - disable test as tool build for now

 - Fix aspnet runtime RID
2020-11-17 06:56:05 +00:00
Matt Mitchell
32d179d680
Update the installer target framework net6.0 (#9069)
- Remove unneeded package for tool install
- Install 5.0.0 and 3.1.0 runtime (rather than a preview 3.1.0 runtime)
2020-11-13 10:56:11 -08:00
Matt Mitchell
f5e7d53b35
[release/5.0.1xx-preview3] Set up TLS 1.2 before calling dotnet-install for tests (#7068)
* Set TLS1.2 before running dotnet-install in tests
The new powershell process overrides the setting that build.ps1 sets up.

* Reduce logging verbosity
2020-04-08 13:07:50 -07:00
dotnet-maestro[bot]
5dbf6aeb05
[master] Update dependencies from dotnet/toolset (#6266)
* Update dependencies from https://github.com/dotnet/runtime build 20200128.2

- Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.20078.2
- Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.20078.2
- Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.20078.2
- Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.20078.2
- Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.20078.2

Dependency coherency updates

- Microsoft.NETCore.Platforms - 5.0.0-alpha.1.20078.2 (parent: Microsoft.NetCore.App.Internal)

* Update dependencies from https://github.com/dotnet/toolset build 20200130.4

- Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20080.4

Dependency coherency updates

- Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20080.4 (parent: Microsoft.Dotnet.Toolset.Internal)

* Update dependencies from https://github.com/dotnet/toolset build 20200130.6

- Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20080.6

Dependency coherency updates

- Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.20080.1 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20080.6 (parent: Microsoft.Dotnet.Toolset.Internal)

* Update dependencies from https://github.com/dotnet/runtime build 20200130.10

- Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.20080.10
- Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.20080.10
- Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.20080.10
- Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.20080.10
- Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.20080.10

Dependency coherency updates

- Microsoft.NETCore.Platforms - 5.0.0-alpha.1.20080.10 (parent: Microsoft.NetCore.App.Internal)

* Update dependencies from https://github.com/dotnet/toolset build 20200131.1

- Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20081.1

Dependency coherency updates

- Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.20080.1 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20081.1 (parent: Microsoft.Dotnet.Toolset.Internal)

* Update dependencies from https://github.com/dotnet/toolset build 20200131.3

- Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20081.3

Dependency coherency updates

- Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.20080.1 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20081.3 (parent: Microsoft.Dotnet.Toolset.Internal)

* Update dependencies from https://github.com/dotnet/toolset build 20200131.2

- Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20081.2

Dependency coherency updates

- Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.20080.1 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20081.2 (parent: Microsoft.Dotnet.Toolset.Internal)

* Update dependencies from https://github.com/dotnet/toolset build 20200131.4

- Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20081.4

Dependency coherency updates

- Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.20080.1 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20081.4 (parent: Microsoft.Dotnet.Toolset.Internal)

* Update dependencies from https://github.com/dotnet/toolset build 20200131.5

- Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20081.5

Dependency coherency updates

- Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.20080.1 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20081.5 (parent: Microsoft.Dotnet.Toolset.Internal)

* Update dependencies from https://github.com/dotnet/runtime build 20200201.1

- Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.20101.1
- Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.20101.1
- Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.20101.1
- Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.20101.1
- Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.20101.1

Dependency coherency updates

- Microsoft.NETCore.Platforms - 5.0.0-alpha.1.20101.1 (parent: Microsoft.NetCore.App.Internal)

* Update dependencies from https://github.com/dotnet/toolset build 20200201.1

- Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20101.1

Dependency coherency updates

- Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.20080.1 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20101.1 (parent: Microsoft.Dotnet.Toolset.Internal)

* Update dependencies from https://github.com/dotnet/toolset build 20200201.2

- Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20101.2

Dependency coherency updates

- Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.20080.1 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20101.2 (parent: Microsoft.Dotnet.Toolset.Internal)

* Update dependencies from https://github.com/dotnet/toolset build 20200201.3

- Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20101.3

Dependency coherency updates

- Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.20101.2 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20101.3 (parent: Microsoft.Dotnet.Toolset.Internal)

* Update dependencies from https://github.com/dotnet/toolset build 20200201.4

- Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20101.4

Dependency coherency updates

- Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.20101.2 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20101.4 (parent: Microsoft.Dotnet.Toolset.Internal)

* Update dependencies from https://github.com/dotnet/runtime build 20200201.3

- Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.20101.3
- Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.20101.3
- Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.20101.3
- Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.20101.3
- Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.20101.3

Dependency coherency updates

- Microsoft.NETCore.Platforms - 5.0.0-alpha.1.20101.3 (parent: Microsoft.NetCore.App.Internal)

* Update dependencies from https://github.com/dotnet/runtime build 20200202.3

- Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.20102.3
- Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.20102.3
- Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.20102.3
- Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.20102.3
- Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.20102.3

Dependency coherency updates

- Microsoft.NETCore.Platforms - 5.0.0-alpha.1.20102.3 (parent: Microsoft.NetCore.App.Internal)

* Update dependencies from https://github.com/dotnet/toolset build 20200203.2

- Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20103.2

Dependency coherency updates

- Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.20101.2 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20103.2 (parent: Microsoft.Dotnet.Toolset.Internal)

* Update dependencies from https://github.com/dotnet/runtime build 20200203.10

- Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.20103.10
- Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.20103.10
- Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.20103.10
- Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.20103.10
- Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.20103.10

Dependency coherency updates

- Microsoft.NETCore.Platforms - 5.0.0-alpha.1.20103.10 (parent: Microsoft.NetCore.App.Internal)

* Update dependencies from https://github.com/dotnet/toolset build 20200204.1

- Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20104.1

Dependency coherency updates

- Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.20101.2 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20104.1 (parent: Microsoft.Dotnet.Toolset.Internal)

* Update dependencies from https://github.com/dotnet/toolset build 20200204.3

- Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20104.3

Dependency coherency updates

- Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.20101.2 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20104.3 (parent: Microsoft.Dotnet.Toolset.Internal)

* Update dependencies from https://github.com/dotnet/toolset build 20200204.2

- Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20104.2

Dependency coherency updates

- Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.20101.2 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20104.2 (parent: Microsoft.Dotnet.Toolset.Internal)

* Update dependencies from https://github.com/dotnet/toolset build 20200204.4

- Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20104.4

Dependency coherency updates

- Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.20101.2 (parent: Microsoft.Dotnet.Toolset.Internal)
- Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20104.4 (parent: Microsoft.Dotnet.Toolset.Internal)

* Disable Publish tests on Windows x86

* Disable ILLINK tests

Waiting for codeflow from https://github.com/dotnet/sdk/pull/10602

* Fix typo in test skip name.

Co-authored-by: Daniel Plaisted <dsplaisted@gmail.com>
2020-02-05 00:33:57 +00:00
Nick Guerrera
5f2669c394 Merge branch 'master' into merge/release/3.1.1xx-to-master 2019-11-04 15:38:12 -08:00
William Li
d660497f89
Update dockers (#5186)
- Remove ubuntu 14.04 and groovey file
- Remove all old fedora
- Update to Debian Stretch
- Remove rhel.6
	- No debian 9 1.x runtime support
2019-10-30 11:44:13 -07:00
Nick Guerrera
8939b79a71 Add support for netcoreapp3.1, fix netcoreapp3.0, and fix tests 2019-10-18 14:48:44 -07:00
Nick Guerrera
102266ec88 Install 3.0 runtime for sdk tests 2019-10-17 16:05:17 -07:00
Daniel Plaisted
9ecef395ba Skip test which is failing on Linux portable during NuGet restore due to too many open files 2019-09-10 16:15:33 -07:00
Daniel Plaisted
be82bda306 Set DOTNET_CLI_HOME when running local tools 2019-09-10 13:42:54 -07:00
Daniel Plaisted
701077032e Fix syntax for unsetting environment variables 2019-09-09 17:53:06 -07:00
Daniel Plaisted
394129e334 Apply tool prefix to installation and restore in addition to run 2019-09-09 15:10:06 -07:00
Daniel Plaisted
af712d468e Skip tests that currently have issues running on specific OS's 2019-08-30 08:53:23 -07:00
Daniel Plaisted
afa467d3db Run a specific list of SDK tests as integration tests
Instead of trying to get all of the SDK tests to run, create a list of tests to use as integration tests
2019-08-30 08:53:23 -07:00
Daniel Plaisted
d09cbe921d Install runtime for SDK tests with correct architecture 2019-08-30 08:53:23 -07:00
Daniel Plaisted
6cfe0a7eae Install 1x runtimes on Windows 2019-08-30 08:53:22 -07:00
Daniel Plaisted
50f3eff571 Don't batch SDK test projects or continue on error 2019-08-30 08:53:22 -07:00
Daniel Plaisted
65a90b6a39 Capture STDERR in SDK test logs 2019-08-30 08:53:22 -07:00
Daniel Plaisted
4410ad9ae1 Disable installing 1x runtimes on OS's where it's not available 2019-08-30 08:53:22 -07:00
Daniel Plaisted
e809203280 Install updated patch for sdk tests, skip additional test 2019-08-30 08:53:22 -07:00
Daniel Plaisted
867ce5812e Add TestConfig with SDK tests to skip, and other fixes for SDK tests 2019-08-30 08:53:22 -07:00
Daniel Plaisted
dff1371ea1 Avoid trying to install 1.x runtimes when not supported 2019-08-30 08:53:22 -07:00
Daniel Plaisted
9793bdd474 Set test execution directory for SDK tests 2019-08-30 08:53:22 -07:00
Daniel Plaisted
5729e5151f Continue build if there are test errors 2019-08-30 08:53:21 -07:00
Daniel Plaisted
891f8c8e08 Unset environment variables for running SDK tests 2019-08-30 08:53:21 -07:00
Daniel Plaisted
dd1d245df8 Don't parse dotnet-install output for errors 2019-08-30 08:53:21 -07:00
Daniel Plaisted
4f03b3ac92 Various fixes when calling dotnet-install 2019-08-30 08:53:21 -07:00
Daniel Plaisted
b1b0b43d4f Simplify global properties passed to run SDK tests 2019-08-23 15:52:59 -07:00
Daniel Plaisted
ee7bc290b7 Install previous runtimes for SDK tests 2019-08-23 15:52:59 -07:00
Daniel Plaisted
5552b276d8 Unset DOTNET environment variables for tests 2019-08-23 15:52:59 -07:00
Daniel Plaisted
eaa53417bd Isolate SDK tests from repo Directory.Build files 2019-08-23 15:52:59 -07:00
Daniel Plaisted
970fd933df Run tests from dotnet/sdk 2019-08-23 15:52:59 -07:00