Searched refs:MSBUILD_CONFIG (Results 1 – 4 of 4) sorted by relevance
220 set MSBUILD_CONFIG=%~1 variable231 if "%MSBUILD_CONFIG%" == "Debug" (233 ) else if "%MSBUILD_CONFIG%" == "Release" (235 ) else if "%MSBUILD_CONFIG%" == "DLL Debug" (237 ) else if "%MSBUILD_CONFIG%" == "DLL Release" (268 -p:Configuration="%MSBUILD_CONFIG%" ^276 echo Error: Failed building wolfSSL %MSBUILD_CONFIG%^|%MSBUILD_PLATFORM%.286 echo Error: Failed testing wolfSSL %MSBUILD_CONFIG%^|%MSBUILD_PLATFORM%.291 echo Success: Built and tested wolfSSL %MSBUILD_CONFIG%^|%MSBUILD_PLATFORM%.295 endlocal & set SUCCESSFUL_BUILDS="%MSBUILD_CONFIG%|%MSBUILD_PLATFORM%" ^
23 …dotnet build --configuration "$MSBUILD_CONFIG" /p:NativeDependenciesConfigurationUnix=gcov Grpc.sln25 dotnet build --configuration "$MSBUILD_CONFIG" Grpc.sln
24 cmake -DgRPC_BUILD_TESTS=ON -DCMAKE_BUILD_TYPE="${MSBUILD_CONFIG}" ../..
19 dotnet build --configuration %MSBUILD_CONFIG% Grpc.sln || goto :error