Commit graph

15548 commits

Author SHA1 Message Date
dotnet-maestro[bot]
6eb89d69e2
[release/3.0.1xx] Update dependencies from dotnet/toolset (#4457)
* Update dependencies from https://github.com/dotnet/toolset build 20190830.13

- Microsoft.Dotnet.Toolset.Internal - 3.0.100-rc1.19430.13

Dependency coherency updates

- Microsoft.DotNet.MSBuildSdkResolver - 3.0.100-rc1.19430.5 (parent: Microsoft.Dotnet.Toolset.Internal)

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

- Microsoft.Dotnet.Toolset.Internal - 3.0.100-rc1.19430.15

Dependency coherency updates

- Microsoft.DotNet.MSBuildSdkResolver - 3.0.100-rc1.19430.5 (parent: Microsoft.Dotnet.Toolset.Internal)
2019-08-30 21:42:26 +00:00
dotnet-maestro[bot]
abe9e6214a
Update dependencies from https://github.com/aspnet/AspNetCore build 20190830.5 (#4460)
- Microsoft.AspNetCore.DeveloperCertificates.XPlat - 3.0.0-rc1.19430.5
- Microsoft.AspNetCore.App.Runtime.win-x64 - 3.0.0-rc1.19430.5
- Microsoft.AspNetCore.App.Ref - 3.0.0-rc1.19430.5
- dotnet-watch - 3.0.0-rc1.19430.5
- dotnet-user-secrets - 3.0.0-rc1.19430.5
- dotnet-dev-certs - 3.0.0-rc1.19430.5
2019-08-30 20:50:44 +00:00
dotnet-maestro[bot]
d2c21e08f7
Update dependencies from https://github.com/dotnet/toolset build 20190830.14 (#4459)
- Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19430.14
2019-08-30 19:55:43 +00:00
dotnet-maestro[bot]
fea16616b8
Update dependencies from https://github.com/dotnet/cli build 20190830.6 (#4458)
- Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19430.6
2019-08-30 19:15:41 +00:00
dotnet-maestro[bot]
3190f262d0
[master] Update dependencies from dotnet/core-setup (#4440)
* Update dependencies from https://github.com/dotnet/core-setup build 20190829.14

- Microsoft.NETCore.App - 5.0.0-alpha1.19429.14
- NETStandard.Library.Ref - 2.1.0-alpha1.19429.14
- Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19429.14

* Update dependencies from https://github.com/dotnet/core-setup build 20190830.1

- Microsoft.NETCore.App - 5.0.0-alpha1.19430.1
- NETStandard.Library.Ref - 2.1.0-alpha1.19430.1
- Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19430.1

* Update dependencies from https://github.com/dotnet/core-setup build 20190830.3

- Microsoft.NETCore.App - 5.0.0-alpha1.19430.3
- NETStandard.Library.Ref - 2.1.0-alpha1.19430.3
- Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19430.3
2019-08-30 17:56:12 +00:00
dotnet-maestro[bot]
30841de8e7
Update dependencies from https://github.com/dotnet/toolset build 20190830.12 (#4454)
- Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19430.12
2019-08-30 17:20:41 +00:00
dotnet-maestro[bot]
aa883b07f8
Update dependencies from https://github.com/dotnet/toolset build 20190830.11 (#4453)
- Microsoft.Dotnet.Toolset.Internal - 3.0.100-rc1.19430.11

Dependency coherency updates

- Microsoft.DotNet.MSBuildSdkResolver - 3.0.100-rc1.19430.3 (parent: Microsoft.Dotnet.Toolset.Internal)
2019-08-30 17:15:45 +00:00
dotnet-maestro[bot]
d40f8630ac
Update dependencies from https://github.com/aspnet/AspNetCore build 20190830.2 (#4452)
- Microsoft.AspNetCore.DeveloperCertificates.XPlat - 3.0.0-rc1.19430.2
- Microsoft.AspNetCore.App.Runtime.win-x64 - 3.0.0-rc1.19430.2
- Microsoft.AspNetCore.App.Ref - 3.0.0-rc1.19430.2
- dotnet-watch - 3.0.0-rc1.19430.2
- dotnet-user-secrets - 3.0.0-rc1.19430.2
- dotnet-dev-certs - 3.0.0-rc1.19430.2
2019-08-30 16:56:26 +00:00
dotnet-maestro[bot]
8bcfbbcfa5
[master] Update dependencies from dotnet/cli (#4447)
* Update dependencies from https://github.com/dotnet/cli build 20190830.2

- Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19430.2

* Update dependencies from https://github.com/dotnet/cli build 20190830.4

- Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19430.4
2019-08-30 16:47:20 +00:00
Daniel Plaisted
568ce3ae52 Upload test results even if there aren't failures 2019-08-30 09:39:05 -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
9795567194 Clean workspace 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
4740b1c146 Always gather logs 2019-08-30 08:53:22 -07:00
Daniel Plaisted
98b2ce9430 Update dockerrun.ps1 to use ARCADE_PARTITION 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
e5149d5c44 Add build environment script (with partition support) 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
0151ab4d38 Support setting "partition" for arcade to avoid conflicts of .dotnet and artifacts folders 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
dotnet-maestro[bot]
c87ac61eef
Update dependencies from https://github.com/dotnet/toolset build 20190830.10 (#4451)
- Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19430.10
2019-08-30 15:11:08 +00:00
dotnet-maestro[bot]
6a8219d0ff
Update dependencies from https://github.com/aspnet/AspNetCore build 20190830.1 (#4449)
- Microsoft.AspNetCore.DeveloperCertificates.XPlat - 3.0.0-rc1.19430.1
- Microsoft.AspNetCore.App.Runtime.win-x64 - 3.0.0-rc1.19430.1
- Microsoft.AspNetCore.App.Ref - 3.0.0-rc1.19430.1
- dotnet-watch - 3.0.0-rc1.19430.1
- dotnet-user-secrets - 3.0.0-rc1.19430.1
- dotnet-dev-certs - 3.0.0-rc1.19430.1
2019-08-30 15:00:47 +00:00
dotnet-maestro[bot]
1cc374ba9a
Update dependencies from https://github.com/dotnet/toolset build 20190830.9 (#4448)
- Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19430.9
2019-08-30 14:40:28 +00:00
dotnet-maestro[bot]
4a42775403
Update dependencies from https://github.com/dotnet/toolset build 20190830.8 (#4446)
- Microsoft.Dotnet.Toolset.Internal - 3.0.100-rc1.19430.8
2019-08-30 14:11:24 +00:00
dotnet-maestro[bot]
40f2912139
[master] Update dependencies from dotnet/toolset (#4444)
* Update dependencies from https://github.com/dotnet/toolset build 20190830.4

- Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19430.4

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

- Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19430.5

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

- Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19430.7
2019-08-30 13:56:30 +00:00
dotnet-maestro[bot]
ddc1b31d73
Update dependencies from https://github.com/dotnet/cli build 20190830.1 (#4445)
- Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19430.1
2019-08-30 13:55:17 +00:00
dotnet-maestro[bot]
60904c9cf1
Update dependencies from https://github.com/dotnet/toolset build 20190830.6 (#4443)
- Microsoft.Dotnet.Toolset.Internal - 3.0.100-rc1.19430.6
2019-08-30 13:30:47 +00:00
dotnet-maestro[bot]
0c4f3b8b57
Update dependencies from https://github.com/dotnet/toolset build 20190830.3 (#4442)
- Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19430.3
2019-08-30 13:20:29 +00:00
dotnet-maestro[bot]
e0f4b30afe
Update dependencies from https://github.com/dotnet/arcade build 20190829.16 (#4441)
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19429.16
2019-08-30 12:32:56 +00:00
dotnet-maestro[bot]
84776d92a3
[master] Update dependencies from dotnet/templating (#4398)
* Update dependencies from https://github.com/dotnet/templating build 20190828.1

- Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19428.1

* Update dependencies from https://github.com/dotnet/templating build 20190829.1

- Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19429.1
2019-08-30 12:28:19 +00:00
dotnet-maestro[bot]
3b584c5b6b
Update dependencies from https://github.com/dotnet/toolset build 20190830.2 (#4439)
- Microsoft.Dotnet.Toolset.Internal - 3.0.100-rc1.19430.2

Dependency coherency updates

- Microsoft.DotNet.MSBuildSdkResolver - 3.0.100-rc1.19429.12 (parent: Microsoft.Dotnet.Toolset.Internal)
2019-08-30 08:21:14 +00:00
dotnet-maestro[bot]
da022466ab
Update dependencies from https://github.com/dotnet/toolset build 20190830.1 (#4438)
- Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19430.1
2019-08-30 08:20:51 +00:00
dotnet-maestro[bot]
93fd3267bc
Update dependencies from https://github.com/dotnet/cli build 20190829.13 (#4437)
- Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19429.13
2019-08-30 07:30:53 +00:00
dotnet-maestro[bot]
15a01ec5b0
[master] Update dependencies from dotnet/core-setup (#4436)
* Update dependencies from https://github.com/dotnet/core-setup build 20190829.11

- Microsoft.NETCore.App - 5.0.0-alpha1.19429.11
- NETStandard.Library.Ref - 2.1.0-alpha1.19429.11
- Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19429.11

* Update dependencies from https://github.com/dotnet/core-setup build 20190829.12

- Microsoft.NETCore.App - 5.0.0-alpha1.19429.12
- NETStandard.Library.Ref - 2.1.0-alpha1.19429.12
- Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19429.12
2019-08-30 06:40:55 +00:00
dotnet-maestro[bot]
5846c835f1
[release/3.0.1xx] Update dependencies from aspnet/AspNetCore (#4430)
* Update dependencies from https://github.com/aspnet/AspNetCore build 20190829.13

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

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

- Microsoft.AspNetCore.DeveloperCertificates.XPlat - 3.0.0-rc1.19429.14
- Microsoft.AspNetCore.App.Runtime.win-x64 - 3.0.0-rc1.19429.14
- Microsoft.AspNetCore.App.Ref - 3.0.0-rc1.19429.14
- dotnet-watch - 3.0.0-rc1.19429.14
- dotnet-user-secrets - 3.0.0-rc1.19429.14
- dotnet-dev-certs - 3.0.0-rc1.19429.14
2019-08-30 06:14:09 +00:00
dotnet-maestro[bot]
4e69d1921a
Update dependencies from https://github.com/dotnet/toolset build 20190829.24 (#4435)
- Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19429.24
2019-08-30 06:05:42 +00:00
Livar
7e4a9a5fc7
Merge pull request #4352 from dotnet/merges/release/3.0.100-preview9-to-release/3.0.1xx
Merge release/3.0.100-preview9 to release/3.0.1xx
2019-08-29 23:04:40 -07:00
dotnet-maestro[bot]
7707b167dd
Update dependencies from https://github.com/dotnet/cli build 20190829.11 (#4434)
- Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19429.11
2019-08-30 05:30:44 +00:00
dotnet-maestro[bot]
860a24ea18
Update dependencies from https://github.com/dotnet/toolset build 20190829.23 (#4433)
- Microsoft.Dotnet.Toolset.Internal - 3.0.100-rc1.19429.23
2019-08-30 05:15:40 +00:00