Skip to content

Commit

Permalink
BuildTools: Add build_tools.cmd and update with .net5
Browse files Browse the repository at this point in the history
  • Loading branch information
dmex committed Nov 22, 2020
1 parent e0f08dd commit 9298a97
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions build/build_tools.cmd
@@ -0,0 +1,11 @@
@echo off
@setlocal enableextensions
@cd /d "%~dp0\..\"

call "%ProgramFiles(x86)%\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars32.bat"

cd tools\CustomBuildTool\

dotnet publish -c Release /p:PublishProfile=Properties\PublishProfiles\32bit.pubxml

pause
Binary file modified tools/CustomBuildTool/bin/Release/CustomBuildTool.exe
Binary file not shown.
Binary file modified tools/CustomBuildTool/bin/Release/clrcompression.dll
Binary file not shown.
Binary file modified tools/CustomBuildTool/bin/Release/clrjit.dll
Binary file not shown.
Binary file modified tools/CustomBuildTool/bin/Release/coreclr.dll
Binary file not shown.
Binary file modified tools/CustomBuildTool/bin/Release/mscordaccore.dll
Binary file not shown.

0 comments on commit 9298a97

Please sign in to comment.