From 71786104b243a4c68659b9b4264f4a7c79b87e26 Mon Sep 17 00:00:00 2001 From: richardspence Date: Tue, 9 Apr 2024 19:19:58 -0700 Subject: [PATCH] Fix build issues --- .github/workflows/build.yml | 1 - .github/workflows/contributor.yml | 2 -- AutomationPlus/AutomationPlus.csproj | 11 ++++++++--- AutomationPlus/mod_info.yaml | 2 +- 4 files changed, 9 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a199f35..2a3362f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,7 +1,6 @@ name: build on: - push: pull_request: branches: [ main ] tags-ginore: diff --git a/.github/workflows/contributor.yml b/.github/workflows/contributor.yml index 1d1613c..e953c09 100644 --- a/.github/workflows/contributor.yml +++ b/.github/workflows/contributor.yml @@ -2,8 +2,6 @@ on: push: branches: - main - pull_request: - branches: jobs: diff --git a/AutomationPlus/AutomationPlus.csproj b/AutomationPlus/AutomationPlus.csproj index 8e217e4..225a58b 100644 --- a/AutomationPlus/AutomationPlus.csproj +++ b/AutomationPlus/AutomationPlus.csproj @@ -49,11 +49,11 @@ ..\packages\OniStubs.2.0.0\lib\Assembly-CSharp.dll - False + True ..\packages\OniStubs.2.0.0\lib\Assembly-CSharp-firstpass.dll - False + True False @@ -205,7 +205,12 @@ IF EXIST %25USERPROFILE%25\OneDrive\Documents\Klei\OxygenNotIncluded\ ( xcopy /Y /s $(TargetDir) %25USERPROFILE%25\OneDrive\Documents\Klei\OxygenNotIncluded\mods\Local\$(ProjectName) ) else ( IF EXIST %25USERPROFILE%25\Documents\Klei\OxygenNotIncluded\ xcopy /Y /s $(TargetDir) %25USERPROFILE%25\Documents\Klei\OxygenNotIncluded\mods\Local\$(ProjectName) -) +) + +del $(TargetDir)Assembly-CSharp.dll +del $(TargetDir)Assembly-CSharp-firstpass.dll + + diff --git a/AutomationPlus/mod_info.yaml b/AutomationPlus/mod_info.yaml index 2ae8267..55eb3a4 100644 --- a/AutomationPlus/mod_info.yaml +++ b/AutomationPlus/mod_info.yaml @@ -1,4 +1,4 @@ supportedContent: VANILLA_ID, EXPANSION1_ID minimumSupportedBuild: 469369 -version: 1.0.2 +version: 1.1.0 APIVersion: 2 \ No newline at end of file