mirror of
https://github.com/RedWizardsLab/EchoHub.git
synced 2026-09-04 08:36:11 +02:00
chore: update release workflow to include Chocolatey package publishing
This commit is contained in:
@@ -12,6 +12,8 @@ RUN dotnet restore EchoHub.Server/EchoHub.Server.csproj
|
||||
COPY EchoHub.Core/ EchoHub.Core/
|
||||
COPY EchoHub.Server.Irc/ EchoHub.Server.Irc/
|
||||
COPY EchoHub.Server/ EchoHub.Server/
|
||||
# Icon referenced by Server.csproj ApplicationIcon
|
||||
COPY EchoHub.Client/Assets/hue_icon.ico EchoHub.Client/Assets/hue_icon.ico
|
||||
RUN dotnet publish EchoHub.Server/EchoHub.Server.csproj -c Release -o /app/publish --no-restore
|
||||
|
||||
# Runtime
|
||||
|
||||
Reference in New Issue
Block a user