update ymal x ultimi 2 progetti
This commit is contained in:
+37
-1
@@ -393,7 +393,7 @@ SteamWare.Logger:docfx:
|
||||
- docfx $env:APP_NAME/docfx.json
|
||||
- mv $env:APP_NAME/_site "docfx"
|
||||
- *DocReplica
|
||||
|
||||
|
||||
SteamWare.Reports:docfx:
|
||||
stage: docfx
|
||||
needs: ["SteamWare.Reports:build"]
|
||||
@@ -407,6 +407,42 @@ SteamWare.Reports:docfx:
|
||||
- main
|
||||
- master
|
||||
- develop
|
||||
script:
|
||||
- docfx $env:APP_NAME/docfx.json
|
||||
- mv $env:APP_NAME/_site "docfx"
|
||||
- *DocReplica
|
||||
|
||||
SteamWare.Scheduler:docfx:
|
||||
stage: docfx
|
||||
needs: ["SteamWare.Scheduler:build"]
|
||||
tags:
|
||||
- win
|
||||
variables:
|
||||
CONFIG: Release
|
||||
APP_NAME: SteamWare.Scheduler
|
||||
only:
|
||||
refs:
|
||||
- main
|
||||
- master
|
||||
- develop
|
||||
script:
|
||||
- docfx $env:APP_NAME/docfx.json
|
||||
- mv $env:APP_NAME/_site "docfx"
|
||||
- *DocReplica
|
||||
|
||||
SteamWare:docfx:
|
||||
stage: docfx
|
||||
needs: ["SteamWare:build"]
|
||||
tags:
|
||||
- win
|
||||
variables:
|
||||
CONFIG: Release
|
||||
APP_NAME: SteamWare
|
||||
only:
|
||||
refs:
|
||||
- main
|
||||
- master
|
||||
- develop
|
||||
script:
|
||||
- docfx $env:APP_NAME/docfx.json
|
||||
- mv $env:APP_NAME/_site "docfx"
|
||||
|
||||
Reference in New Issue
Block a user