Forum Discussion

SlickRick's avatar
SlickRick
Contributor
6 months ago

Azure Devops Release Pipeline with tags - Not running expected test

Hi all, i'm trying to setup a release pipeline in AzureDevops that will run tests with a specific tag. However when i run the release, it keeps on running all the tests and not just the one w...
  • SlickRick's avatar
    5 months ago

    So in order to do this you need to use the Test Filter field in the Visual Studio Test task with:
    @Sanity=true: