diff --git a/.ci/ci_auto.yml b/.ci/ci_auto.yml index cfd7ceb00..10c3f4fe0 100644 --- a/.ci/ci_auto.yml +++ b/.ci/ci_auto.yml @@ -106,7 +106,6 @@ stages: $null = New-Item -Path $createdSignSrcPath -ItemType Directory -Verbose } Copy-Item -Path (Join-Path -Path $srcPath -ChildPath "PowerShellGet.psd1") -Dest $createdSignSrcPath -Force -Verbose - Copy-Item -Path (Join-Path -Path $srcPath -ChildPath "PSModule.psm1") -Dest $createdSignSrcPath -Force -Verbose Copy-Item -Path (Join-Path -Path $srcPath -ChildPath "DscResources") -Dest $createdSignSrcPath -Recurse -Force -Verbose Copy-Item -Path (Join-Path -Path $srcPath -ChildPath "Modules") -Dest $createdSignSrcPath -Recurse -Force -Verbose diff --git a/.ci/ci_release.yml b/.ci/ci_release.yml index 9035e2676..d82a56a30 100644 --- a/.ci/ci_release.yml +++ b/.ci/ci_release.yml @@ -105,7 +105,6 @@ stages: $null = New-Item -Path $createdSignSrcPath -ItemType Directory -Verbose } Copy-Item -Path (Join-Path -Path $srcPath -ChildPath "PowerShellGet.psd1") -Dest $createdSignSrcPath -Force -Verbose - Copy-Item -Path (Join-Path -Path $srcPath -ChildPath "PSModule.psm1") -Dest $createdSignSrcPath -Force -Verbose Copy-Item -Path (Join-Path -Path $srcPath -ChildPath "DscResources") -Dest $createdSignSrcPath -Recurse -Force -Verbose Copy-Item -Path (Join-Path -Path $srcPath -ChildPath "Modules") -Dest $createdSignSrcPath -Recurse -Force -Verbose