dotnet
This commit is contained in:
parent
55b74a584a
commit
6520d8e4cc
1 changed files with 6 additions and 7 deletions
|
|
@ -7,18 +7,17 @@ before_script:
|
||||||
- dotnet restore
|
- dotnet restore
|
||||||
- dotnet nuget remove source gitlab || true
|
- dotnet nuget remove source gitlab || true
|
||||||
nonreg:
|
nonreg:
|
||||||
|
tags:
|
||||||
|
- dotnet
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- |
|
- |
|
||||||
echo "$CI_JOB_STAGE"
|
echo "$CI_JOB_STAGE"
|
||||||
cd test/isnd.tests/
|
cd test/isnd.tests/
|
||||||
ASPNETCORE_ENVIRONMENT=Development dotnet test
|
ASPNETCORE_ENVIRONMENT=Development dotnet test
|
||||||
test2:
|
|
||||||
stage: test
|
|
||||||
script:
|
|
||||||
- echo "Do another parallel test here"
|
|
||||||
- echo "For example run a lint test"
|
|
||||||
publish:
|
publish:
|
||||||
|
tags:
|
||||||
|
- dotnet
|
||||||
stage: deploy
|
stage: deploy
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
|
|
@ -27,9 +26,9 @@ publish:
|
||||||
script:
|
script:
|
||||||
- dotnet publish --configuration Release
|
- dotnet publish --configuration Release
|
||||||
deploy-to-gitlab:
|
deploy-to-gitlab:
|
||||||
stage: deploy
|
|
||||||
tags:
|
tags:
|
||||||
- msbuild
|
- dotnet
|
||||||
|
stage: deploy
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- src/*/bin/Release/*.nupkg
|
- src/*/bin/Release/*.nupkg
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue