Skip to content

Commit 34ad8e3

Browse files
authored
Merge pull request MicrosoftDocs#5518 from Mikejo5000/mikejo-br16
GitHub issue fixes
2 parents 5336441 + b0f534d commit 34ad8e3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/msbuild/special-characters-to-escape.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ Special characters must be escaped only if they have special meaning in the cont
3535
|?|Question mark, a wildcard character when describing a file spec in an item's Include/Exclude section.|
3636
|*|Asterisk, a wildcard character when describing a file spec in an item's Include/Exclude section.|
3737

38+
> [!NOTE]
39+
> In some scenarios, you may need to escape double quote (") characters, such as when using within an `Exec` task.
40+
3841
## See also
3942
- [How to: Escape special characters in MSBuild](../msbuild/how-to-escape-special-characters-in-msbuild.md)
4043
- [MSBuild reference](../msbuild/msbuild-reference.md)

docs/msbuild/verifyfilehash-task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This task was added in 15.8, but requires a [workaround](https://github.com/Micr
2828

2929
|Parameter|Description|
3030
|---------------|-----------------|
31-
|`File`|Required <xref:Microsoft.Build.Framework.ITaskItem> parameter.<br /><br />The files to be hashed and validated.|
31+
|`File`|Required `String` parameter.<br /><br />The file to be hashed and validated.|
3232
|`Hash`|Required `String` parameter.<br /><br />The expected hash of the file.|
3333
|`Algorithm`|Optional `String` parameter.<br /><br />The algorithm. Allowed values: `SHA256`, `SHA384`, `SHA512`. Default = `SHA256`.|
3434
|`HashEncoding`|Optional `String` parameter.<br /><br />The encoding to use for generated hashes. Defaults to `hex`. Allowed values = `hex`, `base64`.|

0 commit comments

Comments
 (0)