Remove monomod dev build shims

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.
This commit is contained in:
Lucas Nicodemus 2021-12-09 20:06:31 -08:00
parent dfaad68106
commit fe25f8b3b2
2 changed files with 0 additions and 8 deletions

View file

@ -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
@ -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

View file

@ -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