Skip to content

Commit

Permalink
Remove monomod dev build shims
Browse files Browse the repository at this point in the history
This removes shims in-place to fetch monomod from outside of nuget,
since monomod has pushed the applicable versions to their primary nuget
repositories, and because the dev builds add unnecessary complexity to
the CI pipeline if kept in place.
  • Loading branch information
hakusaro committed Dec 10, 2021
1 parent dfaad68 commit fe25f8b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci-otapi3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ jobs:
with:
dotnet-version: '6.0.100'

- name: MonoMod dev build
run: dotnet nuget add source https://pkgs.dev.azure.com/MonoMod/MonoMod/_packaging/DevBuilds%40Local/nuget/v3/index.json -n DevBuilds@Local

- name: Run tests
run: dotnet test

Expand All @@ -36,9 +33,6 @@ jobs:
with:
dotnet-version: '6.0.100'

- name: MonoMod dev build
run: dotnet nuget add source https://pkgs.dev.azure.com/MonoMod/MonoMod/_packaging/DevBuilds%40Local/nuget/v3/index.json -n DevBuilds@Local

- name: Produce build
run: |
cd TShockLauncher
Expand Down
2 changes: 0 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ build_script:
- ps: >-
git submodule update --init --recursive
dotnet nuget add source https://pkgs.dev.azure.com/MonoMod/MonoMod/_packaging/DevBuilds%40Local/nuget/v3/index.json -n DevBuilds@Local
dotnet build TShock.sln
dotnet test
Expand Down

0 comments on commit fe25f8b

Please sign in to comment.