-
Notifications
You must be signed in to change notification settings - Fork 543
Closed
Labels
msbuildIssues affecting our msbuild tasks/targetsIssues affecting our msbuild tasks/targetsperformanceIf an issue or pull request is related to performanceIf an issue or pull request is related to performancewindows-onlyThe issue only occur on WindowsThe issue only occur on Windows
Milestone
Description
Steps to Reproduce
_CompileAppManifest
should be skipped if the related imput files did not change, not just because the time it takes to execute this target, but because it also causes _CoreCompileImageAssets
, _CoreCompileCoreMLModels
and CopyResourcesToBundle
to run unnecesarily. This might not add a lot of time on local builds, but on remote builds this could add easily 3-4 seconds.
How other targets are forced to be executed:
Expected Behavior
Actual Behavior
Environment
Version information
Build Logs
Example Project (If Possible)
Metadata
Metadata
Assignees
Labels
msbuildIssues affecting our msbuild tasks/targetsIssues affecting our msbuild tasks/targetsperformanceIf an issue or pull request is related to performanceIf an issue or pull request is related to performancewindows-onlyThe issue only occur on WindowsThe issue only occur on Windows