msbuild
This commit is contained in:
@ -3,8 +3,6 @@
|
||||
# Note that environment variables can be set in several places
|
||||
# See https://docs.gitlab.com/ee/ci/variables/#priority-of-environment-variables
|
||||
image: busybox:latest
|
||||
tags:
|
||||
- msbuild
|
||||
before_script:
|
||||
- dotnet restore
|
||||
- dotnet nuget remove source gitlab || true
|
||||
@ -30,6 +28,8 @@ publish:
|
||||
- dotnet publish --configuration Release
|
||||
deploy-to-gitlab:
|
||||
stage: deploy
|
||||
tags:
|
||||
- msbuild
|
||||
artifacts:
|
||||
paths:
|
||||
- src/*/bin/Release/*.nupkg
|
||||
|
Reference in New Issue
Block a user