Skip to content

Commit 30d0e24

Browse files
Implemented gewarren's suggestions.
1 parent fda38f9 commit 30d0e24

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/msbuild/setenv-task.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: "SetEnv Task | Microsoft Docs"
2+
title: "SetEnv task | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: "11/04/2016"
4+
ms.date: "11/05/2018"
55
ms.technology: msbuild
66
ms.topic: "reference"
77
f1_keywords:
@@ -33,7 +33,7 @@ Sets or deletes the value of a specified environment variable.
3333
|**Name**|Required **String** parameter.<br /><br /> The name of an 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.|
36-
|**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) on the MSDN website.|
36+
|**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).|
3737
|**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.|
3838

3939
## See also

docs/rtvs/editing-r-code-in-visual-studio.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Editing R code
2+
title: Edit R code
33
description: Visual Studio provides a tailored editing experience for R while retaining all the features and the ability to use extensions.
4-
ms.date: 01/24/2018
4+
ms.date: 11/05/2018
55
ms.prod: visual-studio-dev15
66
ms.technology: vs-rtvs
77
ms.topic: conceptual
@@ -14,7 +14,7 @@ ms.workload:
1414

1515
# Edit R code in Visual Studio
1616

17-
R Tools for Visual Studio (RTVS) tailors the Visual Studio editing experience specifically for R while retaining all the features and the ability to use extensions. (For example, if you prefer VIM key bindings, you can install the free [VsVim extension](https://marketplace.visualstudio.com/items?itemName=JaredParMSFT.VsVim) from the Visual Studio gallery.)
17+
R Tools for Visual Studio (RTVS) tailors the Visual Studio editing experience specifically for R while retaining all the features and the ability to use extensions. (For example, if you prefer VIM key bindings, you can install the free [VsVim extension](https://marketplace.visualstudio.com/items?itemName=JaredParMSFT.VsVim) from the Visual Studio Marketplace.)
1818

1919
In addition to the features in this article, also see [IntelliSense](r-intellisense.md), [linting](linting-r-code.md), [code snippets](code-snippets-for-r.md), and [R Markdown](rmarkdown-with-r-in-visual-studio.md).
2020

0 commit comments

Comments
 (0)