mikehadlow / AsmSpy

Simple command line assembly reference checker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

aodennison opened this issue · 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.

commented

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

@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.

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!

commented

@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?