Skip to content

Commit

Permalink
Add RMG NuGet sources to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Banane9 committed Jun 25, 2024
1 parent ef93628 commit dc3398c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,11 @@ jobs:
- name: Setup Dotnet
uses: actions/setup-dotnet@v4
with:
source-url: https://nuget.pkg.github.com/MonkeyModdingTroop/index.json
source-url: https://nuget.pkg.github.com/ResoniteModdingGroup/index.json

- name: Add MonkeyLoader NuGet Source
run: dotnet nuget add source https://pkg.munally.com/MonkeyModdingTroop/index.json

- name: Cache NuGet Packages
uses: actions/cache@v4
with:
Expand Down Expand Up @@ -82,8 +85,11 @@ jobs:
- name: Setup Dotnet
uses: actions/setup-dotnet@v4
with:
source-url: https://nuget.pkg.github.com/MonkeyModdingTroop/index.json
source-url: https://nuget.pkg.github.com/ResoniteModdingGroup/index.json

- name: Add MonkeyLoader NuGet Source
run: dotnet nuget add source https://pkg.munally.com/MonkeyModdingTroop/index.json

- name: Cache NuGet Packages
uses: actions/cache@v4
with:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,11 @@ jobs:
- name: Setup Dotnet
uses: actions/setup-dotnet@v4
with:
source-url: https://nuget.pkg.github.com/MonkeyModdingTroop/index.json
source-url: https://nuget.pkg.github.com/ResoniteModdingGroup/index.json

- name: Add MonkeyLoader NuGet Source
run: dotnet nuget add source https://pkg.munally.com/MonkeyModdingTroop/index.json

# Publish all NuGet packages to the GitHub feed
# Use --skip-duplicate to prevent errors if a package with the same version already exists.
# If you retry a failed workflow, already published packages will be skipped without error.
Expand Down

0 comments on commit dc3398c

Please sign in to comment.