Skip to content

Commit

Permalink
bump framework to re-enable Actions tests for non-Windows environments (
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftkey committed Jan 28, 2020
1 parent bbae519 commit 44dc2a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/Context.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public DotNetCoreTestSettings GetTestSettings()

if (!this.IsRunningOnWindows())
{
var testFramework = "netcoreapp2.0";
var testFramework = "netcoreapp2.1";

this.Information($"Running tests against {testFramework} only as we're not on Windows.");
settings.Framework = testFramework;
Expand All @@ -55,4 +55,4 @@ public Context(ICakeContext context)
: base(context)
{
}
}
}

0 comments on commit 44dc2a9

Please sign in to comment.