Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 359 Bytes

DEVNOTES.md

File metadata and controls

12 lines (9 loc) · 359 Bytes

Notes about MSBuild machinery

How is a rebuild determined?

Rebuilding is determined by:

  • the hash of the version of myriad
  • reference paths
  • --inputfile
  • --outputfile
  • --configkey

The MSBuild implementation relies on _MyriadSdkCodeGenInputCache property which is defined in Myriad.Sdk.targets