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.
Runtime Environment:
OS Name: Windows
OS Version: 10.0.14393
OS Platform: Windows
RID: win10-x64
Notes
Let's say that the post-compile script does not do any change which would affect the incremental build. Wouldn't it be better to allow adding a flag to the script telling that the script is "incremental build friendly"?
The text was updated successfully, but these errors were encountered:
In the MSBuild world, this is not applicable since MSBuild has a different way of providing post-target extensibility. With that, I will close this issue.
Steps to reproduce
dotnet new)dotnet buildtwice.Expected behavior
dotnet buildbuilds the project.dotnet buildsays `Project {project name} was previously compiled. Skipping compilation.Actual behavior
Both runs of
dotnet buildrebuild the whole project.Environment data
dotnet --infooutput:.NET Command Line Tools (1.0.0-preview2-003133)
Product Information:
Version: 1.0.0-preview2-003133
Commit SHA-1 hash: 74df065
Runtime Environment:
OS Name: Windows
OS Version: 10.0.14393
OS Platform: Windows
RID: win10-x64
Notes
Let's say that the post-compile script does not do any change which would affect the incremental build. Wouldn't it be better to allow adding a flag to the script telling that the script is "incremental build friendly"?
The text was updated successfully, but these errors were encountered: