Save one robocopy by copying LICENSE to the build folder instead of copying it twice.
Azure Pipelines:
Switch artifact preparation to PowerShell to be consistent with GitHub Actions.
Remove CPU info step.
Azure Pipelines:
Remove unneeded robocopy for SDL2.dll, use direct path for artifact instead.
GitHub Actions:
Update ISSUE_TEMPLATE exclusion.
Name stuff.
Switch back to default shell/robocopy for artifact preparation.
Seperate xenia-vfs-dump artifact.
GitHub Actions/AppVeyor:
Add -mx1 to 7z (supposedly faster)
Exclude subdirectories of docs and .github;
This fixes GitHub Actions triggering Azure.
Remove unneeded cd commands.
GitHub Actions:
Use shorter version numbers.
xenia-build:
Make release the default config. (no longer need --config=Release)
Add --cpu_arch argument;
Valid options are SSE2 (default), AVX, AVX2, and AVX512.
CI:
Remove unneeded env vars since we're only building Release for Windows anyway.
Only do tests on AppVeyor since they only work there.
AppVeyor:
Remove empty tab/space.
Remove unneeded cmds.
Turn deploy off since it didn't do anything.
GitHub Actions:
Rename GitHub Actions artifacts.
Premake:
Remove commented out garbage.