Skip to content

Commit

Permalink
Fix the wildcards used to determine unit test assembly names
Browse files Browse the repository at this point in the history
This will hopefully fix the Azure pipeline logic for running the unit tests.
  • Loading branch information
jstedfast committed Jun 14, 2024
1 parent fab99d8 commit a67b3de
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions azure-pipelines/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,7 @@ extends:
displayName: Run Unit Tests
inputs:
testAssemblyVer2: |-
**\*UnitTests.dll
!**\*TestAdapter.dll
!**\obj\**
**\UpgradeAssistant.*.Tests.dll
- task: VSBuild@1
displayName: Build Mappings NuGet package
inputs:
Expand Down

0 comments on commit a67b3de

Please sign in to comment.