Fake: What is the difference between fileset selectors: !!, ++ and !+ -


there different fileset selectors in fake. difference between these: !!, ++, !+?

i found these examples:

example 1:

// filesets let appreferences  =    !! "src/app/**/*.csproj"      ++ "src/app/**/*.fsproj" 

example 2:

// files let appreferences =   !+ "./src/**/*.fsproj"     |> scan 

example 3:

let filestozip =   !+ (builddir + "/**/*.*")     -- "*.zip"     |> scan 

!+ "./src/**/*.fsproj"   |> scan 

is obsolete , replaced !!

-- "*.zip"  

excludes files fileset above.


Comments

Popular posts from this blog

android - MPAndroidChart - How to add Annotations or images to the chart -

javascript - Add class to another page attribute using URL id - Jquery -

firefox - Where is 'webgl.osmesalib' parameter? -