Commit e568b41f authored by Suzanne Selhorn's avatar Suzanne Selhorn

Merge branch 'antdid-master-patch-86029' into 'master'

Docs: Update doc publish nuget package using CI/CD

See merge request gitlab-org/gitlab!47132
parents f82c3f2d b0a173f7
......@@ -220,8 +220,6 @@ updated:
deploy:
stage: deploy
script:
- dotnet restore -p:Configuration=Release
- dotnet build -c Release
- dotnet pack -c Release
- dotnet nuget add source "$CI_SERVER_URL/api/v4/projects/$CI_PROJECT_ID/packages/nuget/index.json" --name gitlab --username gitlab-ci-token --password $CI_JOB_TOKEN --store-password-in-clear-text
- dotnet nuget push "bin/Release/*.nupkg" --source gitlab
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment