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

Fixed remote and local build issues #17964

Merged
merged 2 commits into from
Apr 3, 2023
Merged

Fixed remote and local build issues #17964

merged 2 commits into from
Apr 3, 2023

Commits on Apr 3, 2023

  1. Configuration menu
    Copy the full SHA
    8b7236e View commit details
    Browse the repository at this point in the history
  2. [msbuild] Set Hot Restart specific session id

    In Hot Restart, we only use the session id to generate a unique temp path based on the project's current location.
    
    By having a specific session id for Hot Restart, we disambiguate from the remote build session id that's used to know if a task needs to be executed remotely or locally.
    emaf authored and mauroa committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    5daa342 View commit details
    Browse the repository at this point in the history