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

[build] Fix invalid cache management by 'dotnet tool restore'. #15227

Merged
merged 3 commits into from
Jun 9, 2022

Commits on Jun 9, 2022

  1. [build] Always restore dotnet tools before using t4.

    Attempt to fix a weird issue in CI where 'dotnet t4' claims that 'dotnet tool
    restore' hasn't been executed, when it clearly has, by always executing
    'dotnet tool restore' before 'dotnet t4'.
    rolfbjarne committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    f015917 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b886bab View commit details
    Browse the repository at this point in the history
  3. 🪄

    rolfbjarne committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    373834a View commit details
    Browse the repository at this point in the history