correzione step icoel

This commit is contained in:
Samuele Locatelli
2022-05-17 16:06:52 +02:00
parent deff6fbcff
commit 2277d78970
+20 -2
View File
@@ -149,6 +149,20 @@ IOB-WIN-NEXT:build:
script:
- '& "$env:MSBUILD_PATH" "$env:APP_NAME\$env:APP_NAME.csproj" -target:Build /p:Configuration=Release /p:Platform="x86" /p:OutputPath=bin/ /nodeReuse:false /verbosity:minimal /m'
Icoel.Soap:build:
stage: build
tags:
- win
variables:
APP_NAME: Icoel.Soap
before_script:
- *nuget-fix
- '& "$env:NUGET_PATH" restore "$env:APP_NAME.sln" -verbosity quiet'
- *version-fix
script:
- '& "$env:MSBUILD_PATH" "$env:APP_NAME\$env:APP_NAME.csproj" -target:Build /p:Configuration=Release /p:Platform="x86" /p:OutputPath=bin/ /nodeReuse:false /verbosity:minimal /m'
IOB-MAN:deploy:
stage: deploy
tags:
@@ -208,9 +222,13 @@ IOB-WIN-NEXT:deploy:
Icoel:pages:
stage: pages
tags:
- win
variables:
APP_NAME: Icoel.Soap
script:
- docfx Icoel.Soap/docfx.json
- mv Icoel.Soap/_site public
- docfx $env:APP_NAME/docfx.json
- mv $env:APP_NAME/_site public
artifacts:
paths:
- public