Skip to content

Commit

Permalink
Merge pull request #269 from DFE-Digital/feature/add-dfe-nuget-packag…
Browse files Browse the repository at this point in the history
…e-source-to-github-actions

added dfe nuget package source to build.yml
  • Loading branch information
chrisdexnimble authored Jun 13, 2023
2 parents 01e7263 + 8beee97 commit f505f9c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
run: dotnet tool install --global dotnet-ef --version 6.0.5
- name: Install dotnet reportgenerator
run: dotnet tool install --global dotnet-reportgenerator-globaltool
- name: Add nuget package source
run: dotnet nuget add source --username USERNAME --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/DFE-Digital/index.json"
- name: Restore dependencies
run: dotnet restore
- name: Build, Test and Analyze
Expand Down

0 comments on commit f505f9c

Please sign in to comment.