1

Update Dockerfile

This commit is contained in:
Woltvint Němeček 2023-12-20 03:00:45 +00:00
parent 3bce5f4bbd
commit 3bfe9ef8f6

View File

@ -9,4 +9,4 @@ RUN dotnet nuget add source --name Gitea --username $NUGET_USER --password $NUGE
RUN dotnet restore
RUN dotnet test
RUN dotnet pack -o ./output
RUN dotnet nuget push --source Gitea ./output/*
RUN dotnet nuget push --skip-duplicate --source Gitea ./output/*