File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6666 with :
6767 dotnet-version : 6.x
6868 - name : Install dependencies
69- run : dotnet restore /p:VersionSuffix=${{ steps.set-vars.outputs.git_branch }}- ${{ steps.set-vars.outputs.git_hash }}
69+ run : dotnet restore /p:VersionSuffix=${{ steps.set-vars.outputs.git_branch }}_ ${{ steps.set-vars.outputs.git_hash }}
7070 - name : Run Tests
71- run : dotnet test /p:Configuration=Release /p:VersionSuffix=${{ steps.set-vars.outputs.git_branch }}-${{ steps.set-vars.outputs.git_hash }}
71+ run : dotnet test /p:Configuration=Release /p:VersionSuffix=${{ steps.set-vars.outputs.git_branch }}_${{ steps.set-vars.outputs.git_hash }}
72+ - name : Publish WasmDisassembler
73+ uses : EasyDesk/action-nuget-push@v1
74+ if : secrets.NUGET_KEY != ""
75+ with :
76+ nuget-api-key : ${{ secrets.NUGET_KEY }}
77+ nuget-url : ' https://nuget.samboy.dev/v3/index.json'
78+ publish-dir : ' ./WasmDisassembler/bin/Release/'
79+ - name : Publish LibCpp2IL
80+ uses : EasyDesk/action-nuget-push@v1
81+ if : secrets.NUGET_KEY != ""
82+ with :
83+ nuget-api-key : ${{ secrets.NUGET_KEY }}
84+ nuget-url : ' https://nuget.samboy.dev/v3/index.json'
85+ publish-dir : ' ./LibCpp2IL/bin/Release/'
86+ - name : Publish Cpp2IL.Core
87+ uses : EasyDesk/action-nuget-push@v1
88+ if : secrets.NUGET_KEY != ""
89+ with :
90+ nuget-api-key : ${{ secrets.NUGET_KEY }}
91+ nuget-url : ' https://nuget.samboy.dev/v3/index.json'
92+ publish-dir : ' ./Cpp2IL.Core/bin/Release/'
93+
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3+ <Authors >Samboy063</Authors >
34 <Company >Samboy063</Company >
45 <Copyright >Copyright © Samboy063 2019-2022</Copyright >
56 <Description >Reverses Unity's IL2CPP Build Process</Description >
Original file line number Diff line number Diff line change 66 <LangVersion >9</LangVersion >
77 <TargetFramework >netstandard2.0</TargetFramework >
88 <PackageId >Samboy063.LibCpp2IL</PackageId >
9+ <Title >LibCpp2IL</Title >
10+ <Authors >Samboy063</Authors >
11+ <Copyright >Copyright © Samboy063 2019-2022</Copyright >
12+ <Company >Samboy063</Company >
913 <Version >2022.0.2</Version >
1014 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
1115 <PackageLicenseExpression >MIT</PackageLicenseExpression >
1721 <Platforms >AnyCPU;x64</Platforms >
1822 </PropertyGroup >
1923
20- <PropertyGroup >
21- <GenerateAssemblyInfo >false</GenerateAssemblyInfo >
22- </PropertyGroup >
23-
2424 <ItemGroup >
25- <PackageReference Include =" IndexRange" Version =" 1.0.0" />
25+ <PackageReference Include =" IndexRange" Version =" 1.0.0" />
2626 </ItemGroup >
2727
2828 <ItemGroup >
29- <ProjectReference Include =" ..\WasmDisassembler\WasmDisassembler.csproj" />
29+ <ProjectReference Include =" ..\WasmDisassembler\WasmDisassembler.csproj" />
3030 </ItemGroup >
3131
3232</Project >
Load diff This file was deleted.
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4+ <Authors >Samboy063</Authors >
5+ <Company >Samboy063</Company >
46 <TargetFramework >netstandard2.0</TargetFramework >
57 <ImplicitUsings >enable</ImplicitUsings >
68 <Nullable >enable</Nullable >
You can’t perform that action at this time.
0 commit comments