check yamkl syntax x var src zip
This commit is contained in:
+2
-2
@@ -258,7 +258,7 @@ UI:IIS04:deploy:
|
||||
variables:
|
||||
SOL_NAME: LiMan
|
||||
APP_NAME: LiMan.UI
|
||||
SRC_ZIP_PATH: 'bin\Release\net6.0'
|
||||
SRC_ZIP_PATH: bin\Release\net6.0
|
||||
only:
|
||||
- main
|
||||
needs: ["UI:build"]
|
||||
@@ -279,7 +279,7 @@ API:IIS04:deploy:
|
||||
variables:
|
||||
SOL_NAME: LiMan
|
||||
APP_NAME: LiMan.Api
|
||||
SRC_ZIP_PATH: 'bin\Release\net6.0'
|
||||
SRC_ZIP_PATH: bin\Release\net6.0
|
||||
only:
|
||||
- main
|
||||
needs: ["API:build"]
|
||||
|
||||
Reference in New Issue
Block a user