Skip to content

Commit 77735a1

Browse files
committed
make dir
1 parent ec99f57 commit 77735a1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.pipelines/PowerShellGet-Official.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,10 @@ extends:
108108
Write-Host "Displaying contents of repoRoot:"
109109
Get-ChildItem $(repoRoot) -Recurse
110110
displayName: Get contents of repoRoot
111+
112+
- pwsh: |
113+
New-Item -ItemType Directory -Path $(signSrcPath) -Force
114+
displayName: Make signSrcPath directory
111115
112116
- pwsh: |
113117
Get-ChildItem $(repoRoot)/src/PowerShellGet.psd1

0 commit comments

Comments
 (0)