Update Dockerfile
This commit is contained in:
parent
3bce5f4bbd
commit
3bfe9ef8f6
@ -9,4 +9,4 @@ RUN dotnet nuget add source --name Gitea --username $NUGET_USER --password $NUGE
|
|||||||
RUN dotnet restore
|
RUN dotnet restore
|
||||||
RUN dotnet test
|
RUN dotnet test
|
||||||
RUN dotnet pack -o ./output
|
RUN dotnet pack -o ./output
|
||||||
RUN dotnet nuget push --source Gitea ./output/*
|
RUN dotnet nuget push --skip-duplicate --source Gitea ./output/*
|
Loading…
x
Reference in New Issue
Block a user