We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcf8fb9 commit ec99f57Copy full SHA for ec99f57
.pipelines/PowerShellGet-Official.yml
@@ -113,8 +113,8 @@ extends:
113
Get-ChildItem $(repoRoot)/src/PowerShellGet.psd1
114
Get-ChildItem $(repoRoot)/src/PowerShellGet.psm1
115
116
- Copy-Item $(repoRoot)/src/PowerShellGet.psd1 $(signSrcPath) -Verbose
117
- Copy-Item $(repoRoot)/src/PowerShellGet.psm1 $(signSrcPath) -Verbose
+ Copy-Item $(repoRoot)/src/PowerShellGet.psd1 $(signSrcPath)/PowerShellGet.psd1 -Verbose
+ Copy-Item $(repoRoot)/src/PowerShellGet.psm1 $(signSrcPath)/PowerShellGet.psm1 -Verbose
118
displayName: Copy files to be signed to signSrcPath
119
120
- task: onebranch.pipeline.signing@1
0 commit comments