Skip to content

Commit b3dce3a

Browse files
committed
.
1 parent 07cf2ad commit b3dce3a

1 file changed

Lines changed: 4 additions & 9 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -277,19 +277,14 @@ jobs:
277277
shell: pwsh
278278
run: Remove-Item -Path (Join-Path PowerShell DevolutionsGateway) -Recurse -ErrorAction Ignore
279279

280+
- name: Install PSResourceGet
281+
shell: pwsh
282+
run: |
283+
Install-PSResource Microsoft.PowerShell.PSResourceGet -Scope CurrentUser -TrustRepository
280284
281285
- name: Publish PowerShell module
282286
shell: pwsh
283287
run: |
284-
# Publish-Module will parse the output of the dotnet nuget / dotnet pack commands.
285-
# Verify that we got everything.
286-
dotnet --list-sdks
287-
Write-Host
288-
dotnet nuget --help
289-
Write-Host
290-
dotnet pack --version
291-
Write-Host
292-
293288
$Archive = Get-ChildItem -Recurse -Filter "*-ps-*.tar" -File
294289
Write-Host "Archive = $Archive"
295290

0 commit comments

Comments
 (0)