File tree Expand file tree Collapse file tree 1 file changed +4
-23
lines changed Expand file tree Collapse file tree 1 file changed +4
-23
lines changed Original file line number Diff line number Diff line change 1
- name : PR-$(System.PullRequest.PullRequestNumber)-$(Date:yyyyMMdd)$(Rev:.rr)
2
-
3
1
variables :
4
2
# Don't download unneeded packages
5
3
- name : DOTNET_SKIP_FIRST_TIME_EXPERIENCE
@@ -9,28 +7,12 @@ variables:
9
7
value : ' true'
10
8
11
9
trigger :
12
- batch : true
13
10
branches :
14
11
include :
15
- - master
16
- - legacy/1.x
17
- paths :
18
- exclude :
19
- - /.dependabot/*
20
- - /.poshchan/*
21
- - /.github/**/*
22
- - /.vscode/**/*
23
- - /.vsts-ci/misc-analysis.yml
24
- - /tools/**/*
25
- - .editorconfig
26
- - .gitattributes
27
- - .gitignore
28
- - /docs/**/*
29
- - /CHANGELOG.md
30
- - /CONTRIBUTING.md
31
- - /README.md
32
- - /LICENSE
33
- - /CODE_OF_CONDUCT.md
12
+ - release/*
13
+ tags :
14
+ include :
15
+ - v*
34
16
35
17
resources :
36
18
repositories :
@@ -40,7 +22,6 @@ resources:
40
22
name : PowerShell/compliance
41
23
42
24
jobs :
43
-
44
25
- job : ' ReleaseBuild'
45
26
displayName : ' Build release'
46
27
pool :
You can’t perform that action at this time.
0 commit comments