Skip to content

Commit b994da0

Browse files
Removed another instead of "on the MSDN website".
1 parent 30d0e24 commit b994da0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/msbuild/setenv-task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Sets or deletes the value of a specified environment variable.
3434
|**OutputEnvironmentVariable**|Optional **String** output parameter.<br /><br /> Contains the value that is assigned to the environment variable that is specified by the **Name** parameter.|
3535
|**Prefix**|Mandatory `Boolean` parameter.<br /><br /> If `true`, concatenates the value of the **Value** parameter before the value of the environment variable that is specified by the **Name** parameter, and then assigns the result to the environment variable. If `false`, assigns only the value of the **Value** parameter to the environment variable.|
3636
|**Target**|Optional **String** parameter.<br /><br /> Specifies the location where an environment variable is stored. Specify "User" or "Machine".<br /><br /> For more information, see [EnvironmentVariableTarget Enumeration](xref:System.EnvironmentVariableTarget).|
37-
|**Value**|Optional **String** parameter.<br /><br /> The value assigned to the environment variable that is specified by the **Name** parameter. If **Value** is empty and the variable exists, the variable is deleted. If the variable does not exist, no error occurs even though the operation cannot be performed.<br /><br /> For more information, see [Environment::SetEnvironmentVariable Method](xref:System.Environment.SetEnvironmentVariable%2A) on the MSDN website.|
37+
|**Value**|Optional **String** parameter.<br /><br /> The value assigned to the environment variable that is specified by the **Name** parameter. If **Value** is empty and the variable exists, the variable is deleted. If the variable does not exist, no error occurs even though the operation cannot be performed.<br /><br /> For more information, see [Environment::SetEnvironmentVariable Method](xref:System.Environment.SetEnvironmentVariable%2A).|
3838

3939
## See also
4040
[Task reference](../msbuild/msbuild-task-reference.md)

0 commit comments

Comments
 (0)