Revert "Merge branch 'release/1.6.0' into hotfix/cisco-large-directory-issues"

This reverts commit 1d42d88c3f, reversing
changes made to ec0b2fa181.
This commit is contained in:
Neil Dorin
2020-08-05 11:58:41 -06:00
parent 1d42d88c3f
commit 0b485d8d96
16 changed files with 38 additions and 1044 deletions

View File

@@ -10,7 +10,7 @@ Get-ChildItem ($destination)
$exclusions = @(git submodule foreach --quiet 'echo $name')
# Trying to get any .json schema files (not currently working)
# Gets any files with the listed extensions.
Get-ChildItem -recurse -Path "$($Env:GITHUB_WORKSPACE)" -include "*.clz", "*.cpz", "*.cplz", "*.dll", "*.nuspec" | ForEach-Object {
Get-ChildItem -recurse -Path "$($Env:GITHUB_WORKSPACE)" -include "*.clz", "*.cpz", "*.cplz", "*.dll" | ForEach-Object {
$allowed = $true;
# Exclude any files in submodules
foreach ($exclude in $exclusions) {