• Alex Wiese's avatar
    Update build.ps1 · 4e62055c
    Alex Wiese authored
    The -Contains operator doesn't do substring comparisons.
    
    > -Contains
    >Description: Containment operator. Tells whether a collection of reference values includes a single test value.
    
    Should be using -Match operator instead.
    4e62055c
build.ps1 3.61 KB