Skip to content

Commit a8cb7e6

Browse files
authored
Fix CI after removal of DSC modules (#557)
1 parent e7d838d commit a8cb7e6

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.ci/ci_auto.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ stages:
109109
}
110110
Copy-Item -Path (Join-Path -Path $srcPath -ChildPath "PowerShellGet.psd1") -Dest $createdSignSrcPath -Force -Verbose
111111
Copy-Item -Path (Join-Path -Path $srcPath -ChildPath "PSGet.Format.ps1xml") -Dest $createdSignSrcPath -Force -Verbose
112-
Copy-Item -Path (Join-Path -Path $srcPath -ChildPath "Modules") -Dest $createdSignSrcPath -Recurse -Force -Verbose
113112
114113
$netStandardPath = Join-Path -Path $createdSignSrcPath -ChildPath "netstandard2.0"
115114
if (! (Test-Path -Path $netStandardPath)) {

.ci/ci_release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ stages:
9898
}
9999
Copy-Item -Path (Join-Path -Path $srcPath -ChildPath "PowerShellGet.psd1") -Dest $createdSignSrcPath -Force -Verbose
100100
Copy-Item -Path (Join-Path -Path $srcPath -ChildPath "PSGet.Format.ps1xml") -Dest $createdSignSrcPath -Force -Verbose
101-
Copy-Item -Path (Join-Path -Path $srcPath -ChildPath "Modules") -Dest $createdSignSrcPath -Recurse -Force -Verbose
102101
103102
$netStandardPath = Join-Path -Path $createdSignSrcPath -ChildPath "netstandard2.0"
104103
if (! (Test-Path -Path $netStandardPath)) {

0 commit comments

Comments
 (0)