This commit is contained in:
Paul Schneider
2021-05-08 21:40:03 +01:00
parent 198189ab09
commit ffd1dca16e

View File

@ -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