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

Record added node output states as new #61575

Merged
merged 1 commit into from
Feb 3, 2023

Commits on May 28, 2022

  1. Record added node output states as new

    The `(EntryState.Modified, EntryState.Added) => IncrementalStepRunReason.Modified` state mapping was recently added in dotnet#61308, but doesn't look correct to me. Since this value is used as the output status, and the outputs are new, I believe the correct state should be `IncrementalStepRunReason.New` instead.
    sbergen committed May 28, 2022
    Configuration menu
    Copy the full SHA
    0a3e145 View commit details
    Browse the repository at this point in the history