Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Commit

Permalink
Use dotnet nuget in Docker build (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaronontheweb authored Apr 20, 2022
1 parent 7255a5a commit 112c240
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/Docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ jobs:
.nuke/temp
~/.nuget/packages
key: ${{ runner.os }}-${{ hashFiles('**/global.json', '**/*.csproj') }}
- name: dotnet nuget
run: dotnet nuget add source -n Phobos ${{ secrets.CUSTOMNUGETSOURCE }}
- name: Run './build.cmd Docker'
run: ./build.cmd Docker
env:
Expand Down

0 comments on commit 112c240

Please sign in to comment.