Skip to content
This repository has been archived by the owner on May 21, 2019. It is now read-only.

Do not assume content of the SAMPLES_PROJECT_GLOB variable #164

Merged
merged 1 commit into from Feb 7, 2017

Commits on Feb 7, 2017

  1. Do not assume content of the SAMPLES_PROJECT_GLOB variable

    - samples folder may exist _only_ to enable use of a modified SAMPLES_PROJECT_GLOB
    
    Other alternatives to the `Directory.Exists("samples")` approach:
    - change default glob to something like `sam*ples/*/*.csproj`
      - that wouldn't require the samples folder but may in the future match something unintended
    - update PathResolver.shade in Sake to avoid `Directory.GetFiles(path, ...)` when path doesn't exist
      - could copy PathResolver.shade into KoreBuild to avoid updating Sake
      - but, this option can still hide real errors very easily
    dougbu committed Feb 7, 2017
    Configuration menu
    Copy the full SHA
    77454d8 View commit details
    Browse the repository at this point in the history