Skip to content

Commit

Permalink
Merge branch 'release/1.0' of https://github.com/JDCain/Xunit.Extensi…
Browse files Browse the repository at this point in the history
…ons.TestDependency into release/1.0
  • Loading branch information
JDCain committed Nov 14, 2019
2 parents f2f2690 + c79cf69 commit 7626038
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,15 @@ steps:
versioningScheme: 'off'
buildProperties: 'PackageVersion=$(GITVERSION.SEMVER);AssemblyVersion=$(GITVERSION.ASSEMBLYSEMVER);InformationalVersion=$(GITVERSION.INFORMATIONALVERSION)'
verbosityPack: 'Normal'
- task: VSTest@2
inputs:
testSelector: 'testAssemblies'
testAssemblyVer2: |
**\*test*.dll
!**\*TestAdapter.dll
!**\obj\**
searchFolder: '$(System.DefaultWorkingDirectory)'
diagnosticsEnabled: true
- task: PublishBuildArtifacts@1
inputs:
pathToPublish: $(Build.ArtifactStagingDirectory)
Expand Down

0 comments on commit 7626038

Please sign in to comment.