Fix artifacts creation con nome proj

This commit is contained in:
Samuele Locatelli
2022-05-17 16:43:36 +02:00
parent 52b89b35f1
commit afa157d3c9
+2 -2
View File
@@ -227,10 +227,10 @@ Icoel:pages:
APP_NAME: Icoel.Soap
script:
- docfx $env:APP_NAME/docfx.json
- mv $env:APP_NAME/_site public
- mv $env:APP_NAME/_site $env:APP_NAME
artifacts:
paths:
- public
- $env:APP_NAME
only:
- master
- develop