Updated to C# 12
This commit is contained in:
@@ -28,7 +28,9 @@ build-debug:
|
||||
- mv ./AMWD.Common.AspNetCore/bin/Debug/*.nupkg ./artifacts/
|
||||
- mv ./AMWD.Common.AspNetCore/bin/Debug/*.snupkg ./artifacts/
|
||||
- mv ./AMWD.Common.EntityFrameworkCore/bin/Debug/*.nupkg ./artifacts/
|
||||
- mv ./AMWD.Common.EntityFrameworkCore/bin/Debug/*.snupkg ./artifacts/
|
||||
- mv ./AMWD.Common.EntityFrameworkCore/bin/Debug/*.snupkg ./artifacts/
|
||||
- mv ./AMWD.Common.MessagePack/bin/Debug/*.nupkg ./artifacts/
|
||||
- mv ./AMWD.Common.MessagePack/bin/Debug/*.snupkg ./artifacts/
|
||||
- mv ./AMWD.Common.Test/bin/Debug/*.nupkg ./artifacts/
|
||||
- mv ./AMWD.Common.Test/bin/Debug/*.snupkg ./artifacts/
|
||||
artifacts:
|
||||
@@ -72,7 +74,9 @@ build-release:
|
||||
- mv ./AMWD.Common.AspNetCore/bin/Release/*.nupkg ./artifacts/
|
||||
- mv ./AMWD.Common.AspNetCore/bin/Release/*.snupkg ./artifacts/
|
||||
- mv ./AMWD.Common.EntityFrameworkCore/bin/Release/*.nupkg ./artifacts/
|
||||
- mv ./AMWD.Common.EntityFrameworkCore/bin/Release/*.snupkg ./artifacts/
|
||||
- mv ./AMWD.Common.EntityFrameworkCore/bin/Release/*.snupkg ./artifacts/
|
||||
- mv ./AMWD.Common.MessagePack/bin/Release/*.nupkg ./artifacts/
|
||||
- mv ./AMWD.Common.MessagePack/bin/Release/*.snupkg ./artifacts/
|
||||
- mv ./AMWD.Common.Test/bin/Release/*.nupkg ./artifacts/
|
||||
- mv ./AMWD.Common.Test/bin/Release/*.snupkg ./artifacts/
|
||||
artifacts:
|
||||
@@ -136,6 +140,19 @@ deploy-entityframework:
|
||||
- if: $CI_COMMIT_TAG =~ /^efc\/v[0-9.]+/
|
||||
script:
|
||||
- dotnet nuget push -k $BAGET_APIKEY -s https://nuget.am-wd.de/v3/index.json --skip-duplicate artifacts/AMWD.Common.EntityFrameworkCore.*.nupkg
|
||||
|
||||
deploy-messagepack:
|
||||
stage: deploy
|
||||
dependencies:
|
||||
- build-release
|
||||
- test-release
|
||||
tags:
|
||||
- docker
|
||||
- lnx
|
||||
rules:
|
||||
- if: $CI_COMMIT_TAG =~ /^msgpack\/v[0-9.]+/
|
||||
script:
|
||||
- dotnet nuget push -k $BAGET_APIKEY -s https://nuget.am-wd.de/v3/index.json --skip-duplicate artifacts/AMWD.Common.MessagePack.*.nupkg
|
||||
|
||||
deploy-test:
|
||||
stage: deploy
|
||||
|
||||
Reference in New Issue
Block a user