Skip to content

Commit 85c8538

Browse files
authored
Run e2e tests on net8.0 (#1266)
1 parent 62d81a0 commit 85c8538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipelines/azure_pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ extends:
9999
inputs:
100100
command: test
101101
projects: $(Build.SourcesDirectory)\test\Microsoft.AspNetCore.OData.E2E.Tests\Microsoft.AspNetCore.OData.E2E.Tests.csproj
102-
arguments: --configuration $(BuildConfiguration) --no-build -l "console;verbosity=detailed" --framework netcoreapp3.1
102+
arguments: --configuration $(BuildConfiguration) --no-build -l "console;verbosity=detailed"
103103
- task: CmdLine@2
104104
displayName: Install ReportGenerator tool for code coverage
105105
inputs:

0 commit comments

Comments
 (0)