msbuild
This commit is contained in:
parent
0ec9889e96
commit
55b74a584a
1 changed files with 2 additions and 2 deletions
|
|
@ -3,8 +3,6 @@
|
||||||
# Note that environment variables can be set in several places
|
# Note that environment variables can be set in several places
|
||||||
# See https://docs.gitlab.com/ee/ci/variables/#priority-of-environment-variables
|
# See https://docs.gitlab.com/ee/ci/variables/#priority-of-environment-variables
|
||||||
image: busybox:latest
|
image: busybox:latest
|
||||||
tags:
|
|
||||||
- msbuild
|
|
||||||
before_script:
|
before_script:
|
||||||
- dotnet restore
|
- dotnet restore
|
||||||
- dotnet nuget remove source gitlab || true
|
- dotnet nuget remove source gitlab || true
|
||||||
|
|
@ -30,6 +28,8 @@ publish:
|
||||||
- dotnet publish --configuration Release
|
- dotnet publish --configuration Release
|
||||||
deploy-to-gitlab:
|
deploy-to-gitlab:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
|
tags:
|
||||||
|
- msbuild
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- src/*/bin/Release/*.nupkg
|
- src/*/bin/Release/*.nupkg
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue