Skip to content

Commit

Permalink
Print the content of nuspec and choco install script
Browse files Browse the repository at this point in the history
  • Loading branch information
a-b authored Feb 9, 2024
1 parent 515cf4e commit c5341a3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-update-repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,8 @@ jobs:
Replace('${version}', $env:VERSION_BUILD)
[System.IO.File]::WriteAllLines('./cloudfoundry-cli.nuspec', $nuspec)
Get-Content ./cloudfoundry-cli.nuspec
New-Item -Path ./tools -ItemType Directory -Force | Out-Null
(Get-Content -Encoding utf8 -Raw ./.github/win/choco/chocolateyinstall.ps1.tmpl).
Replace('${version}', $env:VERSION_BUILD). `
Expand All @@ -528,6 +530,8 @@ jobs:
Replace('${claw_url}', $env:CLAW_URL) | `
Set-Content ./tools/chocolateyinstall.ps1 -Encoding utf8
Get-Content ./tools/chocolateyinstall.ps1
- name: Create Chocolatey Package
run: |
choco pack ./cloudfoundry-cli.nuspec
Expand Down

0 comments on commit c5341a3

Please sign in to comment.