Skip to content
Merged
Prev Previous commit
Next Next commit
Wrong category
  • Loading branch information
ealsur committed Oct 25, 2022
commit 4f4a19b9095ee97b12cb2909ffba946a16f92135
2 changes: 1 addition & 1 deletion templates/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ parameters:
Arguments: ''
VmImage: '' # https://docs.microsoft.com/en-us/azure/devops/pipelines/agents/hosted?view=azure-devops
OS: 'Windows'
EmulatorPipeline1Arguments: ' -l "console;verbosity=detailed" --filter "TestCategory=Quarantine & TestCategory!=Functional & TestCategory!=Query & TestCategory!=ReadFeed & TestCategory!=Batch & TestCategory!=ChangeFeed" '
EmulatorPipeline1Arguments: ' -l "console;verbosity=detailed" --filter "TestCategory!=Quarantine & TestCategory!=Functional & TestCategory!=Query & TestCategory!=ReadFeed & TestCategory!=Batch & TestCategory!=ChangeFeed" '
EmulatorPipeline1CategoryListName: ' Others '

jobs:
Expand Down