File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
test/EFCore.Jet.FunctionalTests/TestUtilities Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 99 DOTNET_SKIP_FIRST_TIME_EXPERIENCE : true
1010 DOTNET_CLI_TELEMETRY_OPTOUT : true
1111 DOTNET_NOLOGO : true
12+ PIPELINE_WORKSPACE : true
1213 checkoutFetchDepth : 2
1314 buildConfiguration : ' Debug'
1415 skipTests : false
Original file line number Diff line number Diff line change 1212 DOTNET_SKIP_FIRST_TIME_EXPERIENCE : true
1313 DOTNET_CLI_TELEMETRY_OPTOUT : true
1414 DOTNET_NOLOGO : true
15+ PIPELINE_WORKSPACE : true
1516 checkoutFetchDepth : 1
1617 buildConfiguration : ' Debug'
1718 skipTests : false
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ public ValueTask<bool> IsMetAsync()
2323 isMet &= ! TestEnvironment . IsCI ;
2424 }
2525
26- return new ValueTask < bool > ( isMet ) ;
26+ return ValueTask . FromResult ( isMet ) ;
2727 }
2828
2929 public string SkipReason =>
You can’t perform that action at this time.
0 commit comments