File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tools/releaseBuild/azureDevOps/templates Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ jobs:
205
205
$packagePathList = Get-ChildItem $packagePath -Recurse | Select-Object -ExpandProperty FullName | Out-String
206
206
Write-Verbose -Verbose $packagePathList
207
207
208
- $checksums = Get-ChildItem -Path $packagePath |
208
+ $checksums = Get-ChildItem -Path $packagePath -Exclude "SHA512SUMS" |
209
209
ForEach-Object {
210
210
Write-Verbose -Verbose "Generating checksum file for $($_.FullName)"
211
211
$packageName = $_.Name
@@ -234,7 +234,7 @@ jobs:
234
234
$packagePathList = Get-ChildItem $packagePath -Recurse | Select-Object -ExpandProperty FullName | Out-String
235
235
Write-Verbose -Verbose $packagePathList
236
236
237
- $checksums = Get-ChildItem -Path $packagePath |
237
+ $checksums = Get-ChildItem -Path $packagePath -Exclude "SHA512SUMS" |
238
238
ForEach-Object {
239
239
Write-Verbose -Verbose "Generating checksum file for $($_.FullName)"
240
240
$packageName = $_.Name
You can’t perform that action at this time.
0 commit comments