Skip to content

Commit

Permalink
cleanup: upgrade Linux CI to latest ubuntu version (#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
natemcmaster authored Nov 30, 2020
1 parent 29ecc17 commit 7d705cc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
Linux:
vmImage: ubuntu-16.04
vmImage: ubuntu-latest
MacOS:
vmImage: macOS-latest
Windows:
Expand Down
2 changes: 2 additions & 0 deletions test/CommandLineUtils.Tests/AllowedValuesAttributeTests.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Copyright (c) Nate McMaster.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.

using McMaster.Extensions.Xunit;
using Xunit;
using Xunit.Abstractions;

Expand Down Expand Up @@ -55,6 +56,7 @@ private void OnExecute() { }
[Theory]
[InlineData("red")]
[InlineData("RED")]
[UseCulture("en-US")]
public void ValidatesValueInSetIgnoreCase(string value)
{
var console = new TestConsole(_output);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

<ItemGroup>
<PackageReference Include="coverlet.collector" Version="1.3.0" />
<PackageReference Include="McMaster.Extensions.Xunit" Version="0.1.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="3.1.10" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.8.0" />
<PackageReference Include="FluentAssertions" Version="5.10.3" />
Expand Down

0 comments on commit 7d705cc

Please sign in to comment.