We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41c4d94 commit 0dbb878Copy full SHA for 0dbb878
1 file changed
.github/ci/build/build_windows.bat
@@ -91,6 +91,6 @@ del /F result.zip
91
92
cd Agora_Native_SDK_for_Windows_FULL\samples\API-example
93
./installThirdParty.bat
94
-"%vs2019_install%\MSBuild\Current\Bin\MSBuild.exe" "APIExample.sln" /p:platform="Win32" /p:configuration="Release"
+"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\MSBuild.exe" "APIExample.sln" /p:platform="Win32" /p:configuration="Release"
95
7z a -tzip result.zip -r Release
96
copy result.zip %WORKSPACE%\\APIExample-windows.zip
0 commit comments