gluck / il-repack

Open-source alternative to ILMerge
Apache License 2.0
1.19k stars 217 forks source link

Update gradle builds #281

Closed ngyukman closed 3 years ago

ngyukman commented 3 years ago

To support builds by latest msbuild

ngyukman commented 3 years ago

not sure why gradle cannot be downloaded yesterday https://ci.appveyor.com/project/gluck/il-repack/builds/37847904 it's all good now

ngyukman commented 3 years ago

looks really hard to resolve the msbuild issue on mono with the following error, https://github.com/dotnet/msbuild/issues/2554 probably need to skip finding msbuild in ProjectFileParser, and that should be passed the result from vswhere

ngyukman commented 3 years ago

ok finally it is building in travis It's because MSBuildSDKsPath is missing...

https://travis-ci.org/github/gluck/il-repack/builds/759767020