Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions azure-pipelines/PoliCheckExclusions.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!-- Upper case must be used. All values will be compared only to the upper case strings -->
<PoliCheckExclusions>
<!--Each of these exclusions is a folder name -if \[name]\exists in the file path, it will be skipped -->
<!-- <Exclusion Type="FolderPathFull"></Exclusion> -->

<!-- Each of these exclusions is a folder name - if any folder or file starts with "\[name]", it will be skipped -->
<!-- <Exclusion Type="FolderPathStart"></Exclusion> -->

<!-- Each of these file types will be completely skipped for the entire scan -->
<!-- <Exclusion Type="FileType"></Exclusion> -->

<!--The specified file names will be skipped during the scan regardless which folder they are in -->
<!-- <Exclusion Type="FileName"></Exclusion> -->
</PoliCheckExclusions>
5 changes: 4 additions & 1 deletion azure-pipelines/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ variables:
${{ else }}:
value: test
- name: TeamName
value: vscx-tools-authoring
value: XAMLTools
Comment thread
MSLukeWest marked this conversation as resolved.
- name: TimestampPackage
value: ${{ not (parameters.OfficialRelease) }}
resources:
Expand All @@ -46,6 +46,9 @@ extends:
name: AzurePipelines-EO
image: 1ESPT-Windows2022
os: windows
policheck:
enabled: true
exclusionsFile: $(System.DefaultWorkingDirectory)\azure-pipelines\PoliCheckExclusions.xml
autobaseline:
enableForGitHub: false
customBuildTags:
Expand Down
Loading