update ymal x ultimi 2 progetti

This commit is contained in:
Samuele Locatelli
2022-05-17 19:34:22 +02:00
parent f4e3d52f72
commit a8562e8d16
+37 -1
View File
@@ -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"