We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07cf2ad commit b3dce3aCopy full SHA for b3dce3a
1 file changed
.github/workflows/release.yml
@@ -277,19 +277,14 @@ jobs:
277
shell: pwsh
278
run: Remove-Item -Path (Join-Path PowerShell DevolutionsGateway) -Recurse -ErrorAction Ignore
279
280
+ - name: Install PSResourceGet
281
+ shell: pwsh
282
+ run: |
283
+ Install-PSResource Microsoft.PowerShell.PSResourceGet -Scope CurrentUser -TrustRepository
284
285
- name: Publish PowerShell module
286
287
run: |
- # Publish-Module will parse the output of the dotnet nuget / dotnet pack commands.
- # Verify that we got everything.
- dotnet --list-sdks
- Write-Host
288
- dotnet nuget --help
289
290
- dotnet pack --version
291
292
-
293
$Archive = Get-ChildItem -Recurse -Filter "*-ps-*.tar" -File
294
Write-Host "Archive = $Archive"
295
0 commit comments