-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Windows Builds #7
Conversation
Looks like a new certificate issue. Thoughts @wfondrie? |
I was just about to ask you and @jke000. Unfortunately I don't have much experience with building things with Visual Studio. Here are the two errors I'm seeing:
Any suggestions you have would be great! |
Hmm, looks like it's only an issue for the CometUI. We could potentially just ignore that in the MSBuild and only build the CLI exe for now? |
Maybe - I'll see if I can configure it that way 🤔 |
Looks like the certificates are line 79-91 in https://github.com/UWPR/Comet/blob/master/CometUI/CometUI.csproj |
Sorry, no. |
@wfondrie, instead of building the entire solution, are you able to just build individual projects? If so, simply build the Comet project to get Comet.exe. If not, I can explore ClickOnce certificates more to see if it can be generated without the password. |
It wouldn't be a problem to only build Comet.exe. However, I was able to make the change above---disabling |
If it's working now, leave as-is. Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, we can do Compress-Archive if needed as well for the zip.
There's GH specific release actions as well, but now that we've got it working let's get it to the main repo.
Yeah hopefully those release actions work as expected 🤞. Unfortunately I don't know of a great way to test them, aside from creating a new release and seeing if it works. The good news is that I have used similar actions before, so I'm fairly sure these will work. |
Looks like the upload release assets isn't working for some reason. |
Very exciting, first run failed for a tag issue, but latest test worked like a charm! @wfondrie could you test on a mac/linux? |
I just tried the MacOS and Linux versions and they seem to work 👍 |
This PR adds the Thermo MSFileReader installation to our Windows build. Currently it is a draft while I figure it out.