restore nuget + build msbuild x proj 4.7.2

This commit is contained in:
Emmanuele Sassi
2025-09-30 17:51:36 +02:00
parent 2293bbc99c
commit 34d86aa0c1
+4 -3
View File
@@ -149,12 +149,13 @@ EgwMultiEngineManager.Core:SDK:build:
when: always
before_script:
- *nuget-fix
- dotnet restore "$env:SOL_NAME.sln"
- '& "$env:NUGET_PATH" net restore "$env:SOL_NAME.sln"'
# - dotnet restore "$env:SOL_NAME.sln"
script:
- echo $CI_COMMIT_BRANCH
# - dotnet build EgwMultiEngineManager.Data/EgwMultiEngineManager.Data.vbproj
- dotnet build $env:APP_NAME/$env:APP_NAME.vbproj
# - '& "$env:MSBUILD_PATH" "$env:APP_NAME\$env:APP_NAME.vbproj" -target:Build /p:Configuration=Debug /p:OutputPath=bin/ /verbosity:minimal /m'
# - dotnet build $env:APP_NAME/$env:APP_NAME.vbproj
- '& "$env:MSBUILD_PATH" "$env:APP_NAME\$env:APP_NAME.vbproj" -target:Build /p:Configuration=Debug /p:OutputPath=bin/ /verbosity:minimal /m'
# - '& "$env:MSBUILD_PATH" "$env:APP_NAME\$env:APP_NAME.vbproj" -target:Build /p:Configuration=Debug /p:OutputPath=bin/ /nodeReuse:false /verbosity:minimal /m'
# --------------------------------