Skip to content

Commit

Permalink
Fix the wildcards used to determine unit test assembly names (#1567)
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 authored Jun 14, 2024
1 parent 59abec7 commit e5a6940
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 e5a6940

Please sign in to comment.