Remove ILRepack.Lib.MSBuild.Task hack
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
@@ -5,10 +5,6 @@ steps:
|
|||||||
- name: build
|
- name: build
|
||||||
image: mcr.microsoft.com/dotnet/sdk:9.0
|
image: mcr.microsoft.com/dotnet/sdk:9.0
|
||||||
commands:
|
commands:
|
||||||
# HACK Waiting for "Assembly strong name Linux compatibility" (https://github.com/gluck/il-repack/pull/366) to propagate to the ILRepack.Lib.MSBuild.Task nuget package
|
|
||||||
- dotnet restore CinemaJellyfin/CinemaJellyfin.csproj
|
|
||||||
- wget https://www.ivasoft.cz/share/ILRepack.Lib.MSBuild.Task.dll -O /root/.nuget/packages/ilrepack.lib.msbuild.task/2.0.34.2/build/ILRepack.Lib.MSBuild.Task.dll
|
|
||||||
# END HACK
|
|
||||||
- dotnet build --configuration Release CinemaJellyfin/CinemaJellyfin.csproj
|
- dotnet build --configuration Release CinemaJellyfin/CinemaJellyfin.csproj
|
||||||
- dotnet publish -c Release -o out
|
- dotnet publish -c Release -o out
|
||||||
|
|
||||||
@@ -16,8 +12,8 @@ steps:
|
|||||||
image: git.ivasoft.cz/sw/docker-wine-dotnet
|
image: git.ivasoft.cz/sw/docker-wine-dotnet
|
||||||
commands:
|
commands:
|
||||||
- wine Eazfuscator.NET.exe CinemaJellyfin/bin/Release/net8.0/CinemaJellyfin.dll -k key.snk -n --newline-flush
|
- wine Eazfuscator.NET.exe CinemaJellyfin/bin/Release/net8.0/CinemaJellyfin.dll -k key.snk -n --newline-flush
|
||||||
#when:
|
when:
|
||||||
# event: tag
|
event: tag
|
||||||
|
|
||||||
- name: gitea_release
|
- name: gitea_release
|
||||||
image: plugins/gitea-release
|
image: plugins/gitea-release
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
<!--PackageReference Include="Jellyfin.Model" Version="10.10.6" /-->
|
<!--PackageReference Include="Jellyfin.Model" Version="10.10.6" /-->
|
||||||
<ProjectReference Include="/home/rv/temp/jellyfin/MediaBrowser.Model/MediaBrowser.Model.csproj" />
|
<ProjectReference Include="/home/rv/temp/jellyfin/MediaBrowser.Model/MediaBrowser.Model.csproj" />
|
||||||
|
|
||||||
<PackageReference Include="ILRepack.Lib.MSBuild.Task" Version="2.0.34.2" PrivateAssets="All"/>
|
<PackageReference Include="ILRepack.Lib.MSBuild.Task" Version="2.0.40" PrivateAssets="All"/>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|||||||
Reference in New Issue
Block a user