Update build.ps1
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.
Showing
Please register or sign in to comment