We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3db8e74 commit 86788f4Copy full SHA for 86788f4
1 file changed
.github/ci/build/build_windows.bat
@@ -92,7 +92,8 @@ del /F %WORKSPACE%\\%zip_name%
92
cd Agora_Native_SDK_for_Windows_FULL\samples\API-example
93
echo "compile start..."
94
call installThirdParty.bat
95
-start "" "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\MSBuild.exe" "APIExample.sln" /p:platform="Win32" /p:configuration="Release"
+"C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\MSBuild.exe" "APIExample.sln" /p:platform="Win32" /p:configuration="Release"
96
7z a -tzip result.zip -r Release
97
copy result.zip %WORKSPACE%\\APIExample-windows.zip
98
+del /F result.zip
99
echo "compile done."
0 commit comments