Skip to content

Commit 9792711

Browse files
committed
fixed #4009
1 parent 38c36aa commit 9792711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)