Merge branch '1.0.0-beta8' into 1.0.0-rc1
commit
c84fed7fcb
|
@ -399,7 +399,7 @@ The most common sections that you will see for including and excluding files are
|
|||
|
||||
* The *publishExclude* section allows you to exclude files from the publish output of your project. In this example, all *.xproj*, *.user*, and *.vspscc* files from the output of the publish command.
|
||||
|
||||
.. note:: Most sections of the *project.json* file that deal with files allow `glob patterns <https://en.wikipedia.org/wiki/Glob_programming>`_, which often called wildcards.
|
||||
.. note:: Most sections of the *project.json* file that deal with files allow `glob patterns <https://en.wikipedia.org/wiki/Glob_programming>`_, which are often called wildcards.
|
||||
|
||||
List of include/exclude properties
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
|
Loading…
Reference in New Issue