Skip to content

Commit

Permalink
CI nugetconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
chullybun committed Oct 27, 2023
1 parent 352d12f commit b1653fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ jobs:
dotnet pack ./tools/Beef.Database.MySql --output ./packages --configuration Debug --no-build
dotnet pack ./tools/Beef.Test.NUnit --output ./packages --configuration Debug --no-build
dotnet pack ./templates/Beef.Template.Solution --output ./packages --configuration Debug --no-build
dotnet nuget add source ./packages
dotnet new nugetconfig
dotnet nuget add source ./packages
# Samples/Demo

Expand Down

0 comments on commit b1653fc

Please sign in to comment.