From 42c5bac3dbe16b190fabd84066e562b40a2b308b Mon Sep 17 00:00:00 2001 From: Sylvain Audi Date: Fri, 4 Oct 2024 15:19:06 -0400 Subject: [PATCH] Fix UpdateSamplesOutput.bat --- UpdateSamplesOutput.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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