Fix ordine steps x gestione num versione: il check su beta va DOPO BUILD
This commit is contained in:
+1
-1
@@ -193,7 +193,6 @@ WebWindowConfigurator:SDK:deploy:
|
||||
before_script:
|
||||
- *nuget-fix
|
||||
- dotnet restore "$env:SOL_NAME.sln"
|
||||
- *nuspec-fix
|
||||
rules:
|
||||
- if: $CI_COMMIT_BRANCH == 'develop'
|
||||
- if: $CI_COMMIT_BRANCH =~ /^feature\/Test.UI.+/
|
||||
@@ -201,6 +200,7 @@ WebWindowConfigurator:SDK:deploy:
|
||||
needs: ["Test.UI:build"]
|
||||
script:
|
||||
- dotnet build $env:APP_NAME/$env:APP_NAME.csproj
|
||||
- *nuspec-fix
|
||||
- dotnet pack -p:Configuration=Debug -p:verbosity=quiet -p:PackageID=Egw.Lux.WebWindowConfigurator $env:APP_NAME/$env:APP_NAME.csproj
|
||||
- '& "$env:NUGET_PATH" setapikey $NUGET_API_KEY -source http://nexus.steamware.net/repository/nuget-hosted'
|
||||
- '& "$env:NUGET_PATH" push *$env:NUM_REL.nupkg -Source http://nexus.steamware.net/repository/nuget-hosted'
|
||||
|
||||
Reference in New Issue
Block a user