Skip to content

Commit

Permalink
Do not run cache compat tests twice
Browse files Browse the repository at this point in the history
  • Loading branch information
bgavrilMS committed Aug 19, 2020
1 parent 7484f9d commit cd4ebe0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build/template-run-integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@ steps:
projects: |
tests/Microsoft.Identity.Test.Integration.net45/Microsoft.Identity.Test.Integration.*.csproj
tests/Microsoft.Identity.Test.Integration.netcore/Microsoft.Identity.Test.Integration.*.csproj
tests/CacheCompat/CommonCache.Test.Unit/*.csproj
arguments: '-c ${{ parameters.BuildConfiguration }} --no-build --no-restore --collect "Code coverage"'
arguments: '-c ${{ parameters.BuildConfiguration }} --no-build --no-restore'

0 comments on commit cd4ebe0

Please sign in to comment.