fix trattini mancanti per if
This commit is contained in:
+2
-2
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user