Update build.yml

This commit is contained in:
0xd4d 2020-02-21 15:02:02 +01:00 committed by GitHub
parent ec388dcdf2
commit dc32a4050d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,6 +79,13 @@ jobs:
Downloads below or [build](https://github.com/0xd4d/dnSpy/blob/master/README.md#building) it yourself
`dnSpy-net472.zip` requires .NET Framework 4.7.2 or later.
`dnSpy-netcore-win32.zip` and `dnSpy-netcore-win64.zip` don't depend on .NET Framework, but use .NET Core instead which is included in the zip files. If `dnSpy.exe` fails to start, try:
- Install VC dependencies: https://support.microsoft.com/help/2977003/the-latest-supported-visual-c-downloads
- Windows 7: Must have KB2999226 and KB2533623 installed
if: startsWith(github.ref, 'refs/tags/')
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}