diff --git a/.drone.yml b/.drone.yml index 17dab3d..0acbf78 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,10 +5,6 @@ steps: - name: build image: mcr.microsoft.com/dotnet/sdk:9.0 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 publish -c Release -o out @@ -16,8 +12,8 @@ steps: image: git.ivasoft.cz/sw/docker-wine-dotnet commands: - wine Eazfuscator.NET.exe CinemaJellyfin/bin/Release/net8.0/CinemaJellyfin.dll -k key.snk -n --newline-flush - #when: - # event: tag + when: + event: tag - name: gitea_release image: plugins/gitea-release diff --git a/CinemaJellyfin/CinemaJellyfin.csproj b/CinemaJellyfin/CinemaJellyfin.csproj index 16fbbf8..6e3c01c 100644 --- a/CinemaJellyfin/CinemaJellyfin.csproj +++ b/CinemaJellyfin/CinemaJellyfin.csproj @@ -16,7 +16,7 @@ - +