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

Commit

Permalink
restore packages from dotnet nuget (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaronontheweb authored Apr 20, 2022
1 parent 5607634 commit 7255a5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/pr_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,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 All'
run: ./build.cmd All
env:
Expand Down
2 changes: 1 addition & 1 deletion build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ partial class Build : NukeBuild
DotNetRestore(s => s
.DisableProcessLogOutput()
.DisableProcessLogInvocation()
.SetProjectFile(Solution).AddSources(sources));
.SetProjectFile(Solution));
});
Target CreateNuget => _ => _
.Description("Creates nuget packages")
Expand Down

0 comments on commit 7255a5a

Please sign in to comment.