Skip to content

Commit

Permalink
Fix UpdateSamplesOutput.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvain-audi committed Oct 4, 2024
1 parent 6728deb commit 42c5bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UpdateSamplesOutput.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 42c5bac

Please sign in to comment.