forse fix chiamata variabile
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user