From a38dc9b71b57bcd89d83b7e2addbd8bdfebaddd9 Mon Sep 17 00:00:00 2001 From: Paul Higinbotham Date: Thu, 2 Dec 2021 09:09:59 -0800 Subject: [PATCH] Fix CI after removal of DSC modules --- .ci/ci_auto.yml | 1 - .ci/ci_release.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.ci/ci_auto.yml b/.ci/ci_auto.yml index 8178c08e1..658f10aae 100644 --- a/.ci/ci_auto.yml +++ b/.ci/ci_auto.yml @@ -109,7 +109,6 @@ stages: } Copy-Item -Path (Join-Path -Path $srcPath -ChildPath "PowerShellGet.psd1") -Dest $createdSignSrcPath -Force -Verbose Copy-Item -Path (Join-Path -Path $srcPath -ChildPath "PSGet.Format.ps1xml") -Dest $createdSignSrcPath -Force -Verbose - Copy-Item -Path (Join-Path -Path $srcPath -ChildPath "Modules") -Dest $createdSignSrcPath -Recurse -Force -Verbose $netStandardPath = Join-Path -Path $createdSignSrcPath -ChildPath "netstandard2.0" if (! (Test-Path -Path $netStandardPath)) { diff --git a/.ci/ci_release.yml b/.ci/ci_release.yml index 722528604..fbb6b580f 100644 --- a/.ci/ci_release.yml +++ b/.ci/ci_release.yml @@ -98,7 +98,6 @@ stages: } Copy-Item -Path (Join-Path -Path $srcPath -ChildPath "PowerShellGet.psd1") -Dest $createdSignSrcPath -Force -Verbose Copy-Item -Path (Join-Path -Path $srcPath -ChildPath "PSGet.Format.ps1xml") -Dest $createdSignSrcPath -Force -Verbose - Copy-Item -Path (Join-Path -Path $srcPath -ChildPath "Modules") -Dest $createdSignSrcPath -Recurse -Force -Verbose $netStandardPath = Join-Path -Path $createdSignSrcPath -ChildPath "netstandard2.0" if (! (Test-Path -Path $netStandardPath)) {