Skip to content

Commit

Permalink
Testing yaml change
Browse files Browse the repository at this point in the history
  • Loading branch information
ironfede committed Aug 12, 2024
1 parent b4c19c4 commit f823209
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)" --logger trx
- script: dotnet test -f $(appFramework) $(testsProject) --filter="$(testFilter)" --collect:"XPlat Code Coverage" --logger trx
displayName: 'OpenMcdf unit tests'

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

0 comments on commit f823209

Please sign in to comment.