Merge pull request #924 from PepperDash/development

bring 2.0.0 dev up to current
This commit is contained in:
Nick Genovese 2022-03-19 21:25:13 -04:00 committed by GitHub
commit 8a3c7ce6d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
224 changed files with 28067 additions and 13851 deletions

View file

@ -8,6 +8,7 @@ $destination = "$($Env:GITHUB_HOME)\output"
New-Item -ItemType Directory -Force -Path ($destination)
Get-ChildItem ($destination)
$exclusions = @(git submodule foreach --quiet 'echo $name')
$exclusions += "Newtonsoft.Compact.Json.dll"
# 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 {