Add OptimizeContext MSBuild target that runs on build#33049
Add OptimizeContext MSBuild target that runs on build#33049AndriySvyryd merged 1 commit intomainfrom
Conversation
roji
left a comment
There was a problem hiding this comment.
@AndriySvyryd is the idea here to generate the compiled model on every build (during the inner loop), as opposed to on publish? Assuming that we don't have the ability to know when something has changed that requires a model rebuild, is this something we want to do, given that it will make the build much slower?
The idea here is to have a task to generate the compiled model when we decide it should be generated.
We need to measure it first |
OK, sure thing. |
7c13be8 to
faafc57
Compare
faafc57 to
b8ce7f4
Compare
36920d1 to
81fe7a5
Compare
81fe7a5 to
e6be71b
Compare
|
@JanKrivanek PTAL, thanks. |
JanKrivanek
left a comment
There was a problem hiding this comment.
@cincuranet - no strong concerns from msbuild point of view.
Tests tracked by #33136
Even though the compiled model is added to the project, it's not yet discovered, this is tracked by #24893
Fixes #24894