Skip to content

Commit c966cd8

Browse files
committed
2 parents 7bc0626 + a840599 commit c966cd8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.ci/ci_release.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,13 @@ stages:
239239
}
240240
}
241241
}
242+
$noticeTxt = "$(signSrcPath)\PowerShellGet\Notice.txt"
243+
$licenseTxt = "$(signSrcPath)\PowerShellGet\LICENSE"
244+
245+
$netStandardSignedOutPath = Join-Path -Path $signOutPath -ChildPath "netstandard2.0"
246+
247+
Copy-Item -Path $noticeTxt -Dest "$netStandardSignedOutPath\Notice.txt" -Force -Verbose
248+
Copy-Item -Path $licenseTxt -Dest "$netStandardSignedOutPath\LICENSE" -Force -Verbose
242249
displayName: Copy already properly signed third party files
243250
condition: and(and(succeeded(), eq(variables['Build.Reason'], 'Manual')), ne(variables['SkipSigning'], 'True'))
244251

0 commit comments

Comments
 (0)