File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff 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)) {
Original file line number Diff line number Diff 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)) {
You can’t perform that action at this time.
0 commit comments