artfcts
This commit is contained in:
@ -19,23 +19,25 @@ build1:
|
||||
script:
|
||||
- dotnet build
|
||||
|
||||
test1:
|
||||
nonreg:
|
||||
stage: test
|
||||
script:
|
||||
- dotnet test
|
||||
|
||||
test2:
|
||||
lv2t3sts:
|
||||
stage: test
|
||||
script:
|
||||
- echo "Do another parallel test here"
|
||||
- echo "For example run a lint test"
|
||||
|
||||
deploy1:
|
||||
publish:
|
||||
stage: deploy
|
||||
artifacts: bin/Release/netcoreapp2.1/publish/
|
||||
script:
|
||||
- dotnet publish --version-suffix ci --configuration Release --ignore-failed-sources
|
||||
|
||||
deploy2:
|
||||
pack:
|
||||
stage: deploy
|
||||
artifacts: bin/Release/nuget-host.*.nupkg
|
||||
script:
|
||||
- dotnet pack --version-suffix ci --configuration Release --no-restore
|
||||
|
Reference in New Issue
Block a user