fix trattini mancanti per if

This commit is contained in:
zaccaria.majid
2023-11-16 15:48:48 +01:00
parent a9805a51dd
commit 4ab25b8033
+2 -2
View File
@@ -198,7 +198,7 @@ TAB3:build:
- *nuget-fix
- dotnet restore "$env:SOL_NAME.sln"
rules:
if: ${{CF_BRANCH}} -match "$env:APP_NAME"
- if: ${{CF_BRANCH}} -match "$env:APP_NAME"
script:
- dotnet build $env:APP_NAME/$env:APP_NAME.csproj
@@ -351,7 +351,7 @@ TAB3:IIS01:deploy:
- *nuget-fix
- dotnet restore "$env:SOL_NAME.sln"
rules:
if: ${{CF_BRANCH}} -match "$env:APP_NAME"
- if: ${{CF_BRANCH}} -match "$env:APP_NAME"
# only:
# - develop
needs: ["TAB3:build"]