Forum Discussion

SlickRick's avatar
SlickRick
Contributor
2 months ago
Solved

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
    6 days ago

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