We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a30586 commit f05fde1Copy full SHA for f05fde1
.azure-pipelines/powershell-core.yml
@@ -10,6 +10,15 @@ variables:
10
Configuration: Debug
11
DebugLocalBuildTasks: true
12
13
+trigger: none
14
+
15
+pr:
16
+ branches:
17
+ include:
18
+ - '*'
19
+ exclude:
20
+ - Azs-tzl
21
22
jobs:
23
- job: Build
24
displayName: Build
.azure-pipelines/windows-powershell.yml
@@ -6,6 +6,15 @@ variables:
6
7
8
9
0 commit comments