Fix yaml x progetto Blazor 8 interactive

This commit is contained in:
Samuele Locatelli
2025-03-14 18:55:09 +01:00
parent e9eaab2577
commit 5d6a72c7cd
+2 -2
View File
@@ -200,7 +200,7 @@ MON:build:
tags:
- win
variables:
APP_NAME: MP.Mon
APP_NAME: MP-MON
SOL_NAME: MP-MON
rules:
- if: $CI_COMMIT_BRANCH == 'develop'
@@ -211,7 +211,7 @@ MON:build:
- *nuget-fix
- dotnet restore "$env:SOL_NAME.sln"
script:
- dotnet build $env:APP_NAME/$env:APP_NAME.csproj
- dotnet build $env:APP_NAME/$env:APP_NAME/$env:APP_NAME.csproj
SPEC:build:
stage: build