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

[msbuild] Transpile target should run if @(NESAssembly) files change #61

Merged
merged 1 commit into from
Sep 20, 2024

Conversation

jonathanpeppers
Copy link
Owner

There was previously an incremental build bug:

  1. dotnet run

  2. Modify chr_generic.s

  3. dotnet run

Your changes aren't there! You would need to run dotnet clean or dotnet build to fix it.

There was previously an incremental build bug:

1. `dotnet run`

2. Modify `chr_generic.s`

3. `dotnet run`

Your changes aren't there! You would need to run `dotnet clean` or
`dotnet build` to fix it.
@jonathanpeppers jonathanpeppers merged commit dd15ad2 into main Sep 20, 2024
1 check passed
@jonathanpeppers jonathanpeppers deleted the IncrementalBuildBug branch September 20, 2024 19:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant