Skip to content

Commit ec99f57

Browse files
committed
Update copy task to include full file name
1 parent fcf8fb9 commit ec99f57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pipelines/PowerShellGet-Official.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ extends:
113113
Get-ChildItem $(repoRoot)/src/PowerShellGet.psd1
114114
Get-ChildItem $(repoRoot)/src/PowerShellGet.psm1
115115
116-
Copy-Item $(repoRoot)/src/PowerShellGet.psd1 $(signSrcPath) -Verbose
117-
Copy-Item $(repoRoot)/src/PowerShellGet.psm1 $(signSrcPath) -Verbose
116+
Copy-Item $(repoRoot)/src/PowerShellGet.psd1 $(signSrcPath)/PowerShellGet.psd1 -Verbose
117+
Copy-Item $(repoRoot)/src/PowerShellGet.psm1 $(signSrcPath)/PowerShellGet.psm1 -Verbose
118118
displayName: Copy files to be signed to signSrcPath
119119
120120
- task: onebranch.pipeline.signing@1

0 commit comments

Comments
 (0)