We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2487283 commit 1bc07e7Copy full SHA for 1bc07e7
1 file changed
azure-pipelines-aot-msdata.yml
@@ -0,0 +1,20 @@
1
+# A pipeline with no CI trigger
2
+trigger: none
3
+
4
+pr:
5
+ branches:
6
+ include:
7
+ - msdata/aot*
8
+ paths:
9
10
+ - '*'
11
+ exclude:
12
+ - '*.md'
13
+ - 'docs/**/*'
14
+ - 'Microsoft.Azure.Cosmos/contracts/**/*'
15
16
17
+variables:
18
+ DebugArguments: ' --filter "TestCategory!=Flaky & TestCategory!=Quarantine & TestCategory!=Functional" --verbosity normal '
19
+ ReleaseArguments: ' --filter "TestCategory!=Quarantine" --verbosity normal '
20
+ VmImage: windows-latest # https://docs.microsoft.com/en-us/azure/devops/pipelines/agents/hosted?view=azure-devops
0 commit comments