Commit graph

32 commits

Author SHA1 Message Date
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
fdd4595554 Skip test with defect 2019-10-22 11:06:07 -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
Livar Cunha
2f1b67f414 Merge branch 'release/3.0.100-preview9' into merge_release/3.0.100-preview9_into_release/3.0.1xx
* release/3.0.100-preview9:
  [release/3.0.100-preview9] Update dependencies from dotnet/toolset (#4598)
  [release/3.0.100-preview9] Update dependencies from aspnet/AspNetCore (#4654)
  [release/3.0.100-preview9] Update dependencies from dotnet/core-setup (#4619)

Conflicts:
eng/Version.Details.xml
eng/Versions.props
2019-09-11 13:22:16 -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
dotnet-maestro[bot]
d279f60560 [release/3.0.100-preview9] Update dependencies from aspnet/AspNetCore (#4654)
* Update dependencies from https://github.com/aspnet/AspNetCore build 20190907.1

- Microsoft.AspNetCore.DeveloperCertificates.XPlat - 3.0.0-rc1.19457.1
- Microsoft.AspNetCore.App.Runtime.win-x64 - 3.0.0-rc1.19457.1
- Microsoft.AspNetCore.App.Ref - 3.0.0-rc1.19457.1
- dotnet-watch - 3.0.0-rc1.19457.1
- dotnet-user-secrets - 3.0.0-rc1.19457.1
- dotnet-dev-certs - 3.0.0-rc1.19457.1

* Update dependencies from https://github.com/aspnet/AspNetCore build 20190907.2

- Microsoft.AspNetCore.DeveloperCertificates.XPlat - 3.0.0-rc1.19457.2
- Microsoft.AspNetCore.App.Runtime.win-x64 - 3.0.0-rc1.19457.2
- Microsoft.AspNetCore.App.Ref - 3.0.0-rc1.19457.2
- dotnet-watch - 3.0.0-rc1.19457.2
- dotnet-user-secrets - 3.0.0-rc1.19457.2
- dotnet-dev-certs - 3.0.0-rc1.19457.2

* Update dependencies from https://github.com/aspnet/AspNetCore build 20190907.4

- Microsoft.AspNetCore.DeveloperCertificates.XPlat - 3.0.0-rc1.19457.4
- Microsoft.AspNetCore.App.Runtime.win-x64 - 3.0.0-rc1.19457.4
- Microsoft.AspNetCore.App.Ref - 3.0.0-rc1.19457.4
- dotnet-watch - 3.0.0-rc1.19457.4
- dotnet-user-secrets - 3.0.0-rc1.19457.4
- dotnet-dev-certs - 3.0.0-rc1.19457.4

* Skip VB template tests
2019-09-08 18:44: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
b860ea69a9 Skip additional SDK tests 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