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-
31variables :
42 # Don't download unneeded packages
53 - name : DOTNET_SKIP_FIRST_TIME_EXPERIENCE
@@ -9,28 +7,12 @@ variables:
97 value : ' true'
108
119trigger :
12- batch : true
1310 branches :
1411 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*
3416
3517resources :
3618 repositories :
@@ -40,7 +22,6 @@ resources:
4022 name : PowerShell/compliance
4123
4224jobs :
43-
4425- job : ' ReleaseBuild'
4526 displayName : ' Build release'
4627 pool :
You can’t perform that action at this time.
0 commit comments