-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor artifacts size tests (#42447)
- Loading branch information
1 parent
a40e21b
commit 10803ec
Showing
9 changed files
with
66 additions
and
5,053 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 20 additions & 0 deletions
20
.../Microsoft.DotNet.SourceBuild.SmokeTests/assets/ArtifactsSizeTests/ZeroSizeExclusions.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Contains the list of files to be excluded from artifact size tests. | ||
# | ||
# Format | ||
# Exclude the path entirely: | ||
# <path> [# comment] | ||
# Exclude a path from a specific artifact: | ||
# <path>|{sdk} [# comment] | ||
# sdk = source-built SDK | ||
# | ||
# '*' in exclusions match zero or more characters. | ||
# '*' will match files and directory names but it will not match separator characters. | ||
# '/' will be evaluated as '/**' if it is the last character. | ||
# | ||
# Examples | ||
# 'folder/*' matches all files and directories in 'folder/'. It will not match 'folder/abc/def' | ||
# 'folder/' is equivalent to 'folder/**. It matches 'folder/', 'folder/abc', and 'folder/abc/def/' | ||
|
||
metadata/workloads/x.y.z/userlocal|sdk | ||
packs/runtime.banana-rid.Microsoft.DotNet.ILCompiler/x.y.z/sdk/nonportable.txt|sdk | ||
sdk/x.y.z/Microsoft/Microsoft.NET.Build.Extensions/net471/_._|sdk |
Oops, something went wrong.