From fe25f8b3b2ffc0b599f56f07aad70e34734e4c60 Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Thu, 9 Dec 2021 20:06:31 -0800 Subject: [PATCH] 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. --- .github/workflows/ci-otapi3.yml | 6 ------ appveyor.yml | 2 -- 2 files changed, 8 deletions(-) diff --git a/.github/workflows/ci-otapi3.yml b/.github/workflows/ci-otapi3.yml index 92fe5c7f..fc08a876 100644 --- a/.github/workflows/ci-otapi3.yml +++ b/.github/workflows/ci-otapi3.yml @@ -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 diff --git a/appveyor.yml b/appveyor.yml index 2a107cdb..a96c0049 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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