broken/ef
Paul Schneider 3 years ago
parent 198189ab09
commit ffd1dca16e
1 changed files with 6 additions and 4 deletions

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

Loading…