Skip to content

Commit

Permalink
Merge pull request #20 from hez2010/patch-8
Browse files Browse the repository at this point in the history
Adding ilspycmd as tools
  • Loading branch information
mattgodbolt authored Nov 25, 2024
2 parents ee2bd75 + 1340469 commit a5dec3c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ mv "${CORE_ROOT_MONO}" "${CORE_ROOT}"/mono
cd "${DIR}"
./.dotnet/dotnet build -c Release ../../DisassemblyLoader/DisassemblyLoader.csproj -o "${CORE_ROOT}"/DisassemblyLoader

# Install ilspycmd
./.dotnet/dotnet tool install --tool-path "${CORE_ROOT}"/dotnet-tools ilspycmd --prerelease --add-source https://api.nuget.org/v3/index.json

# Copy the bootstrapping .NET SDK, needed for 'dotnet build'
# Exclude the pdbs as when they are present, when running on Linux we get:
# Error: Image is either too small or contains an invalid byte offset or count.
Expand Down

0 comments on commit a5dec3c

Please sign in to comment.