diff --git a/tools/release/build_delivery_win.cmd b/tools/release/build_delivery_win.cmd index 2cb6fa6e2b..2cc1d427f1 100644 --- a/tools/release/build_delivery_win.cmd +++ b/tools/release/build_delivery_win.cmd @@ -128,6 +128,7 @@ rm.exe -rf temp_dotnet echo DONE | tee.exe -a build.log echo Build dotnet: ... | tee.exe -a build.log +set Platform=any cmake -S. -Btemp_dotnet -DBUILD_SAMPLES=OFF -DBUILD_EXAMPLES=OFF -DBUILD_DOTNET=ON -DUSE_DOTNET_462=ON cmake --build temp_dotnet --config Release -j8 -v echo DONE | tee.exe -a build.log