@@ -8,14 +8,17 @@ trigger:
88 - release*
99 - feature*
1010 paths :
11- include :
12- - /.vsts-ci/templates/windows-packaging.yml
13- - /.vsts-ci/windows-packaging.yml
14- - /global.json
15- - /src/*
16- - /tools/ci.psm1
17- - /tools/packaging/*
18- - /assets/*
11+ exclude :
12+ - tests/*
13+ - docs/*
14+ - demos/*
15+ - CHANGELOG/*
16+ - .devcontainer/*
17+ - .github/*
18+ - .poshchan/*
19+ - .vscode/*
20+ - code-server/*
21+ - docker/*
1922
2023pr :
2124 branches :
2730 # file extension filters are not supported when this was written.
2831 # This really should be /src/**/*.csproj
2932 include :
30- - / .vsts-ci/templates/ windows-packaging.yml
31- - /.vsts-ci/windows-packaging.yml
32- - /global.json
33- - /src/Microsoft.Management.Infrastructure.CimCmdlets/Microsoft.Management.Infrastructure.CimCmdlets.csproj
34- - /src/Microsoft.Management.UI.Internal/Microsoft.PowerShell.GraphicalHost.csproj
35- - /src/Microsoft. PowerShell.Commands.Diagnostics/Microsoft.PowerShell.Commands.Diagnostics.csproj
36- - / src/Microsoft.PowerShell.Commands.Management /Microsoft.PowerShell.Commands.Management .csproj
37- - / src/Microsoft.PowerShell.Commands.Utility /Microsoft.PowerShell.Commands.Utility .csproj
38- - / src/Microsoft.PowerShell.ConsoleHost /Microsoft.PowerShell.ConsoleHost .csproj
39- - / src/Microsoft.PowerShell.CoreCLR.Eventing /Microsoft.PowerShell.CoreCLR.Eventing .csproj
40- - / src/Microsoft.PowerShell.GlobalTool.Shim /Microsoft.PowerShell.GlobalTool.Shim .csproj
41- - / src/Microsoft.PowerShell.LocalAccounts /Microsoft.PowerShell.LocalAccounts .csproj
42- - / src/Microsoft.PowerShell.MarkdownRender /Microsoft.PowerShell.MarkdownRender .csproj
43- - / src/Microsoft.PowerShell.SDK /Microsoft.PowerShell.SDK .csproj
44- - / src/Microsoft.PowerShell.Security /Microsoft.PowerShell.Security .csproj
45- - / src/Microsoft.WSMan.Management /Microsoft.WSMan.Management .csproj
46- - / src/Microsoft.WSMan.Runtime /Microsoft.WSMan.Runtime .csproj
47- - / src/Modules/PSGalleryModules .csproj
48- - / src/powershell-win-core/powershell-win-core .csproj
49- - /tools/ci.psm1
50- - /tools/packaging/*
51- - /assets/files.wxs
52- - /assets/Product.wxs
33+ - .vsts-ci/windows/*
34+ - assets/wix/*
35+ - build.psm1
36+ - global.json
37+ - nuget.config
38+ - PowerShell.Common.props
39+ - src/Microsoft.Management.Infrastructure.CimCmdlets /Microsoft.Management.Infrastructure.CimCmdlets .csproj
40+ - src/Microsoft.Management.UI.Internal /Microsoft.PowerShell.GraphicalHost .csproj
41+ - src/Microsoft.PowerShell.Commands.Diagnostics /Microsoft.PowerShell.Commands.Diagnostics .csproj
42+ - src/Microsoft.PowerShell.Commands.Management /Microsoft.PowerShell.Commands.Management .csproj
43+ - src/Microsoft.PowerShell.Commands.Utility /Microsoft.PowerShell.Commands.Utility .csproj
44+ - src/Microsoft.PowerShell.ConsoleHost /Microsoft.PowerShell.ConsoleHost .csproj
45+ - src/Microsoft.PowerShell.CoreCLR.Eventing /Microsoft.PowerShell.CoreCLR.Eventing .csproj
46+ - src/Microsoft.PowerShell.GlobalTool.Shim /Microsoft.PowerShell.GlobalTool.Shim .csproj
47+ - src/Microsoft.PowerShell.MarkdownRender /Microsoft.PowerShell.MarkdownRender .csproj
48+ - src/Microsoft.PowerShell.SDK /Microsoft.PowerShell.SDK .csproj
49+ - src/Microsoft.PowerShell.Security /Microsoft.PowerShell.Security .csproj
50+ - src/Microsoft.WSMan.Management/Microsoft.WSMan.Management .csproj
51+ - src/Microsoft.WSMan.Runtime/Microsoft.WSMan.Runtime .csproj
52+ - src/Modules/PSGalleryModules.csproj
53+ - src/powershell-win-core/powershell-win-core.csproj
54+ - tools/ci.psm1
55+ - tools/packaging/*
5356
5457variables :
5558 - name : GIT_CONFIG_PARAMETERS
0 commit comments