diff --git a/UpdateSamplesOutput.bat b/UpdateSamplesOutput.bat index 70ac3e211..22cd8343f 100644 --- a/UpdateSamplesOutput.bat +++ b/UpdateSamplesOutput.bat @@ -4,7 +4,7 @@ COLOR :: First compile sharpmake to insure we are trying to deploy using an executable corresponding to the code. -dotnet build Sharpmake.sln -c Release +dotnet build Sharpmake.sln /p:Configuration=Release /p:Platform="Any CPU" if %errorlevel% NEQ 0 goto error set SHARPMAKE_EXECUTABLE=%~dp0Sharpmake.Application\bin\Release\net6.0\Sharpmake.Application.exe