Skip to content
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

Replace hard reference on gacutil path with automatic search for late… #1040

Merged
merged 1 commit into from Dec 13, 2015

Commits on Dec 11, 2015

  1. Replace hard reference on gacutil path with automatic search for late…

    …st gacutil.exe
    
    The existing path "Microsoft SDKs/Windows/v8.0A/bin/NETFX 4.0 Tools/gacutil.exe" doesn't exist on a Win 10 + Visual Studio 2015 dev environment.
    RegAsmHelper solves a similar problem by searching for the latest regasm tools path (using EnvironmentHelper).
    This patch solves this analogously.
    denisbrodbeck committed Dec 11, 2015
    Copy the full SHA
    1e88b78 View commit details
    Browse the repository at this point in the history