diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7a7b7894..4466046e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,8 +16,6 @@ build_base: stage: build image: cr.acidiclight.dev/docker-images/monogame-linux-build/dotnet-mgcb:latest before_script: - - if (dotnet nuget list source | grep gitlab); then dotnet nuget remove source gitlab; fi - - dotnet nuget add source -n gitlab https://gitlab.acidiclight.dev/api/v4/projects/13/packages/nuget/index.json - mkdir bin script: - dotnet build -c release src @@ -49,8 +47,6 @@ update_online_manual: stage: deploy image: cr.acidiclight.dev/docker-images/monogame-linux-build/dotnet-mgcb:latest before_script: - - if (dotnet nuget list source | grep gitlab); then dotnet nuget remove source gitlab; fi - - dotnet nuget add source -n gitlab https://gitlab.acidiclight.dev/api/v4/projects/13/packages/nuget/index.json - dotnet tool update -g docfx script: - export PATH="$PATH:$HOME/.dotnet/tools" diff --git a/nuget.config b/nuget.config new file mode 100644 index 00000000..e5491de8 --- /dev/null +++ b/nuget.config @@ -0,0 +1,8 @@ + + + + + + + +