Skip to content

Commit 7626038

Browse files
committed
Merge branch 'release/1.0' of https://github.com/JDCain/Xunit.Extensions.TestDependency into release/1.0
2 parents f2f2690 + c79cf69 commit 7626038

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

azure-pipelines.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,15 @@ steps:
2222
versioningScheme: 'off'
2323
buildProperties: 'PackageVersion=$(GITVERSION.SEMVER);AssemblyVersion=$(GITVERSION.ASSEMBLYSEMVER);InformationalVersion=$(GITVERSION.INFORMATIONALVERSION)'
2424
verbosityPack: 'Normal'
25+
- task: VSTest@2
26+
inputs:
27+
testSelector: 'testAssemblies'
28+
testAssemblyVer2: |
29+
**\*test*.dll
30+
!**\*TestAdapter.dll
31+
!**\obj\**
32+
searchFolder: '$(System.DefaultWorkingDirectory)'
33+
diagnosticsEnabled: true
2534
- task: PublishBuildArtifacts@1
2635
inputs:
2736
pathToPublish: $(Build.ArtifactStagingDirectory)

0 commit comments

Comments
 (0)