AsmSpy icon indicating copy to clipboard operation
AsmSpy copied to clipboard

Exe in zip file does not appear to be same version as Chocolatey package;

Open aodennison opened this issue 4 years ago • 4 comments

Zip file was found here: https://ci.appveyor.com/project/rahulpnath/asmspy/branch/master/artifacts

The zip file version crashes (stack trace) when it cannot find the expected version of a dependent assembly in the folder specified. The Chocolatey (and source) versions handle this as expected. IMO there is no reason to debug this since it has already been fixed. Just update the zip file.

Exe details: (I renamed my copy so that I could run them side by side.) image

The Chocolatey version details: image

and

image

Also the readme.md sample output does not show the latest improvements in the output.

aodennison avatar Dec 31 '20 00:12 aodennison

Seems like the version hasn't been pushed to chocolatey. @mikehadlow

alenros avatar Jan 10 '21 13:01 alenros

@alenros and @mikehadlow. Sorry if I wasn't clear, but the chocolatey and github source versions are fine. It is the zip version which needs to be refreshed.

aodennison avatar Jan 11 '21 13:01 aodennison

Hi @rahulpnath, there seems to an issue with the appveyor build. Although it's marked as successful, it doesn't get pushed to NuGet or Chocolatey, and the zip file is also not created. Any ideas? Thanks!

mikehadlow avatar Mar 23 '21 11:03 mikehadlow

@mikehadlow The appveyor.yml seems fine, and the log of the build does indicate success of both build and publish. Where does it publish to?

One thing that I noticed is you publish the debug build artifact. wouldn't it be better to build and publish in Release mode?

alenros avatar Mar 23 '21 13:03 alenros