Skip to content

Commit

Permalink
fixed #1051
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikejo5000 committed Aug 9, 2019
1 parent 4747713 commit 1c0d573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/nuspec.md
Expand Up @@ -622,7 +622,7 @@ These files are specified with a set of attributes that describe how they should

| Attribute | Description |
| --- | --- |
| **include** | (Required) The location of the file or files to include, subject to exclusions specified by the `exclude` attribute. The path is relative to the `.nuspec` file unless an absolute path is specified. The wildcard character `*` is allowed, and the double wildcard `**` implies a recursive folder search. |
| **include** | (Required) The location of the file or files to include, subject to exclusions specified by the `exclude` attribute. The path is relative to the `contentFiles` folder unless an absolute path is specified. The wildcard character `*` is allowed, and the double wildcard `**` implies a recursive folder search. |
| **exclude** | A semicolon-delimited list of files or file patterns to exclude from the `src` location. The wildcard character `*` is allowed, and the double wildcard `**` implies a recursive folder search. |
| **buildAction** | The build action to assign to the content item for MSBuild, such as `Content`, `None`, `Embedded Resource`, `Compile`, etc. The default is `Compile`. |
| **copyToOutput** | A Boolean indicating whether to copy content items to the build (or publish) output folder. The default is false. |
Expand Down

0 comments on commit 1c0d573

Please sign in to comment.