Skip to content

Commit

Permalink
Run e2e tests on net8.0 (#1266)
Browse files Browse the repository at this point in the history
  • Loading branch information
habbes authored Jun 20, 2024
1 parent 62d81a0 commit 85c8538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/azure_pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ extends:
inputs:
command: test
projects: $(Build.SourcesDirectory)\test\Microsoft.AspNetCore.OData.E2E.Tests\Microsoft.AspNetCore.OData.E2E.Tests.csproj
arguments: --configuration $(BuildConfiguration) --no-build -l "console;verbosity=detailed" --framework netcoreapp3.1
arguments: --configuration $(BuildConfiguration) --no-build -l "console;verbosity=detailed"
- task: CmdLine@2
displayName: Install ReportGenerator tool for code coverage
inputs:
Expand Down

0 comments on commit 85c8538

Please sign in to comment.