I'm relatively new to yaml and have some azure pipelines to maintain.
The variable below is used to run unit tests in azure DevOps but there has now been added a test project named Api.Tests.RestSharp
which I wish to be excluded from being run
unitTestsGlob: $(Build.SourcesDirectory)\**\*Tests\*.csproj
How can I update this to exclude a specific project name?