Skip to content

Commit

Permalink
nuget sources
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Oct 14, 2024
1 parent e98d958 commit e21c953
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -281,13 +281,15 @@ runs:
with:
TOOL_NAME: FunFair.Content.Packager.Cmd
TOOL_VERSION: ${{inputs.NPM_PRODUCTION_PACKAGER_VERSION}}
NUGET_SOURCE: 'https://dotnet-nuget.s3.eu-west-1.amazonaws.com/index.json'

- name: "Install Package Store Signer"
if: steps.check_files.outputs.NPM_EXIST == 'true' && steps.check_files.outputs.NPM_SIGNING_EXIST == 'true'
uses: ./.github/actions/dotnet-tool
with:
TOOL_NAME: FunFair.Content.PackageSigner.Cmd
TOOL_VERSION: ${{inputs.NPM_PRODUCTION_PACKAGER_VERSION}}
NUGET_SOURCE: 'https://dotnet-nuget.s3.eu-west-1.amazonaws.com/index.json'

- name: "Create Release Notes"
if: steps.build_tools.outputs.BUILD_ENV == 'true'
Expand Down

0 comments on commit e21c953

Please sign in to comment.