We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62d81a0 commit 85c8538Copy full SHA for 85c8538
pipelines/azure_pipelines.yml
@@ -99,7 +99,7 @@ extends:
99
inputs:
100
command: test
101
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
+ arguments: --configuration $(BuildConfiguration) --no-build -l "console;verbosity=detailed"
103
- task: CmdLine@2
104
displayName: Install ReportGenerator tool for code coverage
105
0 commit comments