From 43c3ecfec77bcb6709875a15b90e996ca2c228a4 Mon Sep 17 00:00:00 2001 From: PaulHigin Date: Wed, 27 Jul 2022 17:11:07 -0700 Subject: [PATCH] Remove unneeded copy --- .ci/ci_release.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.ci/ci_release.yml b/.ci/ci_release.yml index 8aa38bbfc..706572091 100644 --- a/.ci/ci_release.yml +++ b/.ci/ci_release.yml @@ -239,13 +239,6 @@ stages: } } } - $noticeTxt = "$(signSrcPath)\PowerShellGet\Notice.txt" - $licenseTxt = "$(signSrcPath)\PowerShellGet\LICENSE" - - $netStandardSignedOutPath = Join-Path -Path $signOutPath -ChildPath "netstandard2.0" - - Copy-Item -Path $noticeTxt -Dest "$netStandardSignedOutPath\Notice.txt" -Force -Verbose - Copy-Item -Path $licenseTxt -Dest "$netStandardSignedOutPath\LICENSE" -Force -Verbose displayName: Copy already properly signed third party files condition: and(and(succeeded(), eq(variables['Build.Reason'], 'Manual')), ne(variables['SkipSigning'], 'True'))