forse fix chiamata variabile

This commit is contained in:
zaccaria.majid
2023-11-16 17:02:09 +01:00
parent d9fc308b08
commit 3af09ee2b2
+2 -2
View File
@@ -198,7 +198,7 @@ TAB3:build:
- *nuget-fix
- dotnet restore "$env:SOL_NAME.sln"
only:
variables: [CI_COMMIT_BRANCH -match "$env:APP_NAME"]
variables: [$CI_COMMIT_BRANCH -match "$env:APP_NAME"]
script:
- dotnet build $env:APP_NAME/$env:APP_NAME.csproj
# rules:
@@ -352,7 +352,7 @@ TAB3:IIS01:deploy:
before_script:
- *nuget-fix
only:
variables: [CI_COMMIT_BRANCH -match "$env:APP_NAME"]
variables: [$CI_COMMIT_BRANCH -match "$env:APP_NAME"]
needs: ["TAB3:build"]
script:
- dotnet build $env:APP_NAME/$env:APP_NAME.csproj