We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f2f2690 + c79cf69 commit 7626038Copy full SHA for 7626038
azure-pipelines.yml
@@ -22,6 +22,15 @@ steps:
22
versioningScheme: 'off'
23
buildProperties: 'PackageVersion=$(GITVERSION.SEMVER);AssemblyVersion=$(GITVERSION.ASSEMBLYSEMVER);InformationalVersion=$(GITVERSION.INFORMATIONALVERSION)'
24
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
34
- task: PublishBuildArtifacts@1
35
inputs:
36
pathToPublish: $(Build.ArtifactStagingDirectory)
0 commit comments