Skip to content

Commit

Permalink
Fix nuget workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ManlyMarco committed Sep 26, 2024
1 parent 703c4d8 commit b32b137
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 243 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:

runs-on: windows-latest

env:
NUGET_ENABLE_LEGACY_CSPROJ_PACK: true

steps:
- name: Checkout
uses: actions/checkout@v1
Expand Down
28 changes: 0 additions & 28 deletions RuntimeUnityEditor.Core.IL2CPP/ILRepack.targets

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
<RootNamespace>RuntimeUnityEditor.Core</RootNamespace>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>

<Version>5.5</Version>

<OutputPath>..\bin\IL2CPP\</OutputPath>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
Expand Down
204 changes: 0 additions & 204 deletions RuntimeUnityEditor.Core.IL2CPP/RuntimeUnityEditor.Core.csproj

This file was deleted.

11 changes: 0 additions & 11 deletions RuntimeUnityEditor.Core.IL2CPP/packages.config

This file was deleted.

0 comments on commit b32b137

Please sign in to comment.