Skip to content

Commit

Permalink
ignore microsoft.net in system path tester (#27989)
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkb7 authored and jackgopack4 committed Jul 29, 2024
1 parent 2078923 commit a29a6ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ func SystemPaths() []string {
// Ignoring paths while creating the snapshot reduces the snapshot size by >90%
return []string{
`C:\Windows\assembly\`,
`C:\Windows\Microsoft.NET\assembly\`,
`C:\windows\AppReadiness\`,
`C:\Windows\Temp\`,
`C:\Windows\Prefetch\`,
Expand All @@ -39,6 +38,7 @@ func SystemPaths() []string {
`C:\Windows\System32\Tasks\`,
`C:\Windows\System32\spp\`,
`C:\Windows\SystemTemp\`,
`C:\Windows\Microsoft.NET\`,
}
}

Expand Down

0 comments on commit a29a6ce

Please sign in to comment.