Skip to content

Pit of failure: can't tell if custom properties file is getting included #1255

@pablo-msft

Description

@pablo-msft
  1. Run build-all.bat with a config file

build-all.bat lib\include\mat\config-default-cs4.h

  1. Observe successful build
  2. Pass in a bad input to build-all.bat

build-all.bat filedoesnotexist

  1. Observe successful build (same number of warnings) - no indication that the input was bad or did not exist

Using custom properties file for the build:
"/p:ForceImportBeforeCppTargets=filedoesnotexist"

Expected behavior: if something is passed in, warn or error if it's not helpful.

Note that the example in #1 is bad - that's the pit of failure. I'm working through the documentation to understand what to do, and I can't easily tell if I've got it right.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions