diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e93c591..e78effe 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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' # --------------------------------