You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[msbuild] Transpile target should run if @(NESAssembly) files change (#61)
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.
0 commit comments