Skip to content

Commit

Permalink
Merge branch 'saudi/fix-updatesamples-batch' into 'main'
Browse files Browse the repository at this point in the history
Fix UpdateSamplesOutput.bat

See merge request Sharpmake/sharpmake!560
  • Loading branch information
jspelletier committed Oct 4, 2024
2 parents 6728deb + 42c5bac commit 8db60fb
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 8db60fb

Please sign in to comment.