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:
parent
dfaad68106
commit
fe25f8b3b2
2 changed files with 0 additions and 8 deletions
6
.github/workflows/ci-otapi3.yml
vendored
6
.github/workflows/ci-otapi3.yml
vendored
|
|
@ -15,9 +15,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
dotnet-version: '6.0.100'
|
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
|
- name: Run tests
|
||||||
run: dotnet test
|
run: dotnet test
|
||||||
|
|
||||||
|
|
@ -36,9 +33,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
dotnet-version: '6.0.100'
|
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
|
- name: Produce build
|
||||||
run: |
|
run: |
|
||||||
cd TShockLauncher
|
cd TShockLauncher
|
||||||
|
|
|
||||||
|
|
@ -5,8 +5,6 @@ build_script:
|
||||||
- ps: >-
|
- ps: >-
|
||||||
git submodule update --init --recursive
|
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 build TShock.sln
|
||||||
|
|
||||||
dotnet test
|
dotnet test
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue