Skip to content

Commit

Permalink
Fix yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
ironfede committed Aug 12, 2024
1 parent 73c5a2f commit 1eb2a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ steps:
- script: dotnet build --configuration $(buildConfiguration) -f $(libFramework) $(buildProject)
displayName: 'dotnet build $(buildConfiguration)'

- script: dotnet test -f $(appFramework) $(testsProject) --filter="$(testFilter)" --collect:"XPlat Code Coverage" --logger trx
- script: dotnet test -f $(appFramework) $(testsProject) --filter="$(testFilter)" --collect:"Code Coverage" --logger trx
displayName: 'OpenMcdf unit tests'

- script: dotnet test $(extensionTestsProject) --logger trx
Expand Down

0 comments on commit 1eb2a93

Please sign in to comment.