Skip to content

Commit c89055b

Browse files
author
John Luo
authored
Use Ubuntu 18.04 LTS instead of 18.10 (#11045)
1 parent 0b340bd commit c89055b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/Helix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Helix testing in ASP.NET Core
33

44
Helix is the distributed test platform that we use to run tests. We build a helix payload that contains the publish directory of every test project that we want to test
55
send a job with with this payload to a set of queues for the various combinations of OS that we want to test
6-
for example: `Windows.10.Amd64.ClientRS4.VS2017.Open`, `OSX.1012.Amd64.Open`, `Ubuntu.1810.Amd64.Open`. Helix takes care of unzipping, running the job, and reporting results.
6+
for example: `Windows.10.Amd64.ClientRS4.VS2017.Open`, `OSX.1012.Amd64.Open`, `Ubuntu.1804.Amd64.Open`. Helix takes care of unzipping, running the job, and reporting results.
77

88
For more info about helix see: [SDK](https://github.com/dotnet/arcade/blob/master/src/Microsoft.DotNet.Helix/Sdk/Readme.md), [JobSender](https://github.com/dotnet/arcade/blob/master/src/Microsoft.DotNet.Helix/Sdk/Readme.md)
99

eng/targets/Helix.Common.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
<HelixAvailableTargetQueue Include="Windows.7.Amd64.Open" Platform="Windows" />
1717
<HelixAvailableTargetQueue Include="Windows.10.Amd64.EnterpriseRS3.ASPNET.Open" Platform="Windows" EnableByDefault="false" />
1818
<HelixAvailableTargetQueue Include="OSX.1013.Amd64.Open" Platform="OSX" />
19-
<HelixAvailableTargetQueue Include="Ubuntu.1810.Amd64.Open" Platform="Linux" />
2019
<HelixAvailableTargetQueue Include="Ubuntu.1604.Amd64.Open" Platform="Linux" />
20+
<HelixAvailableTargetQueue Include="Ubuntu.1804.Amd64.Open" Platform="Linux" />
2121
<HelixAvailableTargetQueue Include="Centos.7.Amd64.Open" Platform="Linux" />
2222
<HelixAvailableTargetQueue Include="Debian.8.Amd64.Open" Platform="Linux" />
2323
<HelixAvailableTargetQueue Include="Debian.9.Amd64.Open" Platform="Linux" />

0 commit comments

Comments
 (0)