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

Win64 CI for NuGet caching #798

Merged
merged 5 commits into from
Jan 29, 2021
Merged

Win64 CI for NuGet caching #798

merged 5 commits into from
Jan 29, 2021

Commits on Jan 29, 2021

  1. Fix parameter type mismatch

    dpogue committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    c3d9060 View commit details
    Browse the repository at this point in the history
  2. Set up CI for Windows 64-bit

    This is primarily so that the GitHub NuGet cache will be populated with
    64-bit versions of the vcpkg packages. We are not expecting 64-bit
    client builds to work, and we are deliberately not saving them as
    artifacts.
    dpogue committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    1bf4983 View commit details
    Browse the repository at this point in the history
  3. Apparently it's x64 not Win64

    dpogue committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    5527b48 View commit details
    Browse the repository at this point in the history
  4. Fix typo in FindVLD.cmake

    dpogue committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    fe38472 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d451c6c View commit details
    Browse the repository at this point in the history