Skip to content

Commit b32b137

Browse files
committed
Fix nuget workflow
1 parent 703c4d8 commit b32b137

File tree

6 files changed

+5
-243
lines changed

6 files changed

+5
-243
lines changed

.github/workflows/nuget.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111

1212
runs-on: windows-latest
1313

14+
env:
15+
NUGET_ENABLE_LEGACY_CSPROJ_PACK: true
16+
1417
steps:
1518
- name: Checkout
1619
uses: actions/checkout@v1

RuntimeUnityEditor.Core.IL2CPP/ILRepack.targets

Lines changed: 0 additions & 28 deletions
This file was deleted.

RuntimeUnityEditor.Core.IL2CPP/RuntimeUnityEditor.Core.IL2CPP.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
<RootNamespace>RuntimeUnityEditor.Core</RootNamespace>
99
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1010

11+
<Version>5.5</Version>
12+
1113
<OutputPath>..\bin\IL2CPP\</OutputPath>
1214
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
1315
<GenerateDocumentationFile>True</GenerateDocumentationFile>

RuntimeUnityEditor.Core.IL2CPP/RuntimeUnityEditor.Core.csproj

Lines changed: 0 additions & 204 deletions
This file was deleted.

RuntimeUnityEditor.Core.IL2CPP/packages.config

Lines changed: 0 additions & 11 deletions
This file was deleted.
File renamed without changes.

0 commit comments

Comments
 (0)