XboxDev / extract-xiso

Xbox ISO Creation/Extraction utility. Imported from SourceForge.
http://sourceforge.net/projects/extract-xiso/
Other
705 stars 88 forks source link

AppVeyor: Upgrade to VS2019, parallel build, other changes #39

Closed Margen67 closed 4 years ago

mborgerson commented 4 years ago

@Margen67 thanks!

AppVeyor was added to this repo before GitHub Actions existed. Now that we have support for cross-platform builds from your PR #38, I'd like to remove AppVeyor here altogether.

Since you filed both PRs at the same time, do you think there's a benefit to keeping AppVeyor around that GitHub Actions does not provide?

Margen67 commented 4 years ago

@Margen67 thanks!

AppVeyor was added to this repo before GitHub Actions existed. Now that we have support for cross-platform builds from your PR #38, I'd like to remove AppVeyor here altogether.

Since you filed both PRs at the same time, do you think there's a benefit to keeping AppVeyor around that GitHub Actions does not provide?

Artifacts from GitHub Actions can't be downloaded without being signed in to GitHub, and you can't create a link to the latest artifacts like you can with AppVeyor.

mborgerson commented 4 years ago

@Margen67

Artifacts from GitHub Actions can't be downloaded without being signed in to GitHub, and you can't create a link to the latest artifacts like you can with AppVeyor.

You can do this with GitHub releases

Margen67 commented 4 years ago

@Margen67

Artifacts from GitHub Actions can't be downloaded without being signed in to GitHub, and you can't create a link to the latest artifacts like you can with AppVeyor.

You can do this with GitHub releases

I don't see any reason to keep AppVeyor, then.