Merge branch 'release/AddFirstNuget_03'
This commit is contained in:
+4
-2
@@ -366,12 +366,13 @@ EgwCoreLib.Lux.Data:SDK:deploy:
|
||||
# RELEASE (tags only + sdk)
|
||||
# --------------------------------
|
||||
EgwCoreLib.Lux.Core:SDK:release:
|
||||
stage: deploy
|
||||
stage: release
|
||||
tags:
|
||||
- win
|
||||
variables:
|
||||
APP_NAME: EgwCoreLib.Lux.Core
|
||||
SOL_NAME: Lux.All
|
||||
NU_TYPE: Release
|
||||
rules:
|
||||
- if: $CI_COMMIT_BRANCH == 'main'
|
||||
# - if: $CI_COMMIT_BRANCH =~ /^feature\/EgwCoreLib.Lux.Core.+/
|
||||
@@ -389,12 +390,13 @@ EgwCoreLib.Lux.Core:SDK:release:
|
||||
- '& "$env:NUGET_PATH" push $env:APP_NAME/bin/Release/$env:APP_NAME.$env:NUM_REL.nupkg -Source http://nexus.steamware.net/repository/nuget-hosted'
|
||||
|
||||
EgwCoreLib.Lux.Data:SDK:release:
|
||||
stage: deploy
|
||||
stage: release
|
||||
tags:
|
||||
- win
|
||||
variables:
|
||||
APP_NAME: EgwCoreLib.Lux.Data
|
||||
SOL_NAME: Lux.All
|
||||
NU_TYPE: Release
|
||||
rules:
|
||||
- if: $CI_COMMIT_BRANCH == 'main'
|
||||
# - if: $CI_COMMIT_BRANCH =~ /^feature\/EgwCoreLib.Lux.Data.+/
|
||||
|
||||
Reference in New Issue
Block a user