Skip to content

Commit

Permalink
Merge pull request #3 from richardspence/richard/fix-build
Browse files Browse the repository at this point in the history
Fix build issues
  • Loading branch information
richardspence authored Apr 10, 2024
2 parents a687750 + 7178610 commit 65366f6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: build

on:
push:
pull_request:
branches: [ main ]
tags-ginore:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/contributor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ on:
push:
branches:
- main
pull_request:
branches:


jobs:
Expand Down
11 changes: 8 additions & 3 deletions AutomationPlus/AutomationPlus.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@
</Reference>
<Reference Include="Assembly-CSharp, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\OniStubs.2.0.0\lib\Assembly-CSharp.dll</HintPath>
<Private>False</Private>
<Private>True</Private>
</Reference>
<Reference Include="Assembly-CSharp-firstpass, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\OniStubs.2.0.0\lib\Assembly-CSharp-firstpass.dll</HintPath>
<Private>False</Private>
<Private>True</Private>
</Reference>
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
Expand Down Expand Up @@ -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)
)</PostBuildEvent>
)

del $(TargetDir)Assembly-CSharp.dll
del $(TargetDir)Assembly-CSharp-firstpass.dll

</PostBuildEvent>
</PropertyGroup>
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion AutomationPlus/mod_info.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
supportedContent: VANILLA_ID, EXPANSION1_ID
minimumSupportedBuild: 469369
version: 1.0.2
version: 1.1.0
APIVersion: 2

0 comments on commit 65366f6

Please sign in to comment.