restore nuget + build msbuild x proj 4.7.2
This commit is contained in:
+4
-3
@@ -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'
|
||||
|
||||
# --------------------------------
|
||||
|
||||
Reference in New Issue
Block a user