Skip to content

Commit 554f06f

Browse files
author
Evan Windom
committed
Merge branch 'master' of http://github.com/microsoftdocs/visualstudio-docs-pr into subscriptions
2 parents 5ff7174 + 24ac6e5 commit 554f06f

File tree

77 files changed

+157
-146
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+157
-146
lines changed

docs/debugger/diagnose-problems-after-deployment.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Diagnose problems after deployment | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: "06/20/2017"
4+
ms.date: "04/10/2018"
55
ms.reviewer: ""
66
ms.suite: ""
77
ms.technology:
@@ -35,10 +35,6 @@ To diagnose issues in your ASP.NET web app after deployment by using IntelliTrac
3535
Set up your build process to create a build manifest (BuildInfo.config file) for your web project and include this manifest with your release. This manifest contains information about the project, source control, and build system that were used to create a specific build. This information helps Visual Studio find the matching source and symbols after you open the IntelliTrace log to review the recorded events.
3636

3737
### <a name="AutomatedBuild"></a> Create the build manifest for an automated build using Team Foundation Server
38-
39-
Follow these steps whether you use Team Foundation Version Control or Git.
40-
41-
**Step 2:** [Step 2: Release your app](#DeployRelease)
4238

4339
Follow these steps whether you use Team Foundation Version Control or Git.
4440

@@ -69,6 +65,8 @@ To diagnose issues in your ASP.NET web app after deployment by using IntelliTrac
6965
Anyone who can access your web server can see these locations in the build manifest. Make sure that your source server is secure.
7066

7167
6. Run a new build.
68+
69+
Go to [Step 2: Release your app](#DeployRelease)
7270

7371
#### <a name="TFS2013"></a> Team Foundation Server 2013
7472
Set up your build definition to add the locations of your source, build, and symbols to the build manifest (BuildInfo.config file). Team Foundation Build automatically creates this file and puts it in your project's output folder.
@@ -113,7 +111,7 @@ To diagnose issues in your ASP.NET web app after deployment by using IntelliTrac
113111
114112
6. Run a new build.
115113
116-
**Step 2:** [Step 2: Release your app](#DeployRelease)
114+
Go to [Step 2: Release your app](#DeployRelease)
117115
118116
#### <a name="TFS2012_2010"></a> Team Foundation Server 2012 or 2010
119117
Follow these steps to automatically create the build manifest (BuildInfo.config file) for your project and put the file in your project's output folder. The file appears as "*ProjectName*.BuildInfo.config" in the output folder but is renamed "BuildInfo.config" in the deployment folder after you publish your app.
@@ -138,7 +136,7 @@ To diagnose issues in your ASP.NET web app after deployment by using IntelliTrac
138136
139137
4. Run a new build.
140138
141-
**Step 2:** [Step 2: Release your app](#DeployRelease)
139+
Go to [Step 2: Release your app](#DeployRelease)
142140
143141
### <a name="ManualBuild"></a> Create the build manifest for a manual build using Visual Studio
144142
Follow these steps to automatically create the build manifest (BuildInfo.config file) for your project and put the file in your project's output folder. The file appears as "*ProjectName*.BuildInfo.config" in the output folder but is renamed "BuildInfo.config" in the deployment folder after you publish your app.
@@ -165,7 +163,7 @@ To diagnose issues in your ASP.NET web app after deployment by using IntelliTrac
165163
166164
4. Run a new build.
167165
168-
**Step 2:** [Step 2: Release your app](#DeployRelease)
166+
Go to [Step 2: Release your app](#DeployRelease)
169167
170168
### <a name="MSBuild"></a> Create the build manifest for a manual build using MSBuild.exe
171169
Add these build arguments when you run a build:

docs/ide/quickstart-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ You're now ready to add a bit of Python code to implement a minimal web app.
117117

118118
**Question: Where can I learn more about Flask?**
119119

120-
**Answer**: Refer to the Flask documentation, starting with the [Flask Quickstart](https://flask.pocoo.org/docs/0.12/quickstart/) (flask.pocoo.org).
120+
**Answer**: Refer to the Flask documentation, starting with the [Flask Quickstart](http://flask.pocoo.org/docs/0.12/quickstart/#quickstart) (flask.pocoo.org).
121121

122122
## Run the application
123123

docs/install/visual-studio-build-numbers-and-release-dates.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ keywords:
55
author: TerryGLee
66
ms.author: tglee
77
manager: douge
8-
ms.date: 04/09/2018
8+
ms.date: 04/10/2018
99
ms.topic: reference
1010
helpviewer_keywords:
1111
ms.technology:
@@ -21,8 +21,9 @@ The following table lists the build numbers and release dates for Visual Studio
2121

2222
| **Version**| **Channel** | **Release date** | **Build version** |
2323
| ---------------------- | ----------- | ---------------- | ----------------- |
24+
| 15.6.6 | Release | April 10, 2018 | 15.6.27428.2037 |
2425
| 15.7.0 Preview 3.0 | Preview | April 9, 2018 | 15.7.27604.0 |
25-
| 15.6.5 | Release | April 4, 2018 | 15.6.27428.2027 |
26+
| 15.6.5 | Release | April 4, 2018 | 15.6.27428.2027 |
2627
| 15.6.4 | Release | March 22, 2018 | 15.6.27428.2015 |
2728
| 15.7.0 Preview 2.0 | Preview | March 21, 2018 | 15.7.27520.0 |
2829
| 15.6.3 | Release | March 19, 2018 | 15.6.27428.2011 |

docs/msbuild/exec-task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Runs the specified program or command by using the specified arguments.
4848
|`WorkingDirectory`|Optional `String` parameter.<br /><br /> Specifies the directory in which the command will run.|
4949

5050
## Remarks
51-
This task is useful when a specific [!INCLUDE[vstecmsbuild](../extensibility/internals/includes/vstecmsbuild_md.md)] task for the job that you want to perform is not available. However, the `Exec` task, unlike a more specific task, cannot gather output from the tool or command that it runs.
51+
This task is useful when a specific [!INCLUDE[vstecmsbuild](../extensibility/internals/includes/vstecmsbuild_md.md)] task for the job that you want to perform is not available. However, the `Exec` task, unlike a more specific task, cannot do additional processing or conditional operations based on the result of the tool or command that it runs.
5252

5353
The `Exec` task calls cmd.exe instead of directly invoking a process.
5454

docs/msbuild/getassemblyidentity-task.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ Retrieves the assembly identities from the specified files and outputs the ident
4646

4747
```xml
4848
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
49-
5049
<ItemGroup>
5150
<MyAssemblies Include="File1.dll;File2.dll" />
5251
</ItemGroup>

docs/msbuild/target-build-order.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ Targets must be ordered if the input to one target depends on the output of anot
109109
2. Targets specified on the command line by the **/target** switch are run. If you specify no targets on the command line, then the `DefaultTargets` targets are run. If neither is present, then the first target encountered is run.
110110

111111
3. The `Condition` attribute of the target is evaluated. If the `Condition` attribute is present and evaluates to `false`, the target isn't executed and has no further effect on the build.
112+
113+
Targets that list the conditional target in `BeforeTargets` or `AfterTargets` still execute in the prescribed order
112114

113115
4. Before a target is executed, its `DependsOnTargets` targets are run.
114116

docs/porting/port-migrate-and-upgrade-visual-studio-projects.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.suite:
77
ms.technology:
88
- "vs-ide-general"
99
ms.tgt_pltfrm:
10-
ms.topic: "article"
10+
ms.topic: "conceptual"
1111
f1_keywords:
1212
- "Win8ExpressDesktopBlock"
1313
- "w8trefactor"
@@ -20,7 +20,7 @@ helpviewer_keywords:
2020
- "projects, conversion"
2121
author: "kraigb"
2222
ms.author: "kraigb"
23-
manager: ghogen
23+
manager: douge
2424
ms.workload:
2525
- "multiple"
2626
---

docs/python/azure-sdk-for-python.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.tgt_pltfrm:
1313
ms.topic: "conceptual"
1414
author: kraigb
1515
ms.author: kraigb
16-
manager: ghogen
16+
manager: douge
1717
ms.workload:
1818
- "python"
1919
- "data-science"
@@ -38,7 +38,7 @@ You can also follow [Install Python and the SDK](https://docs.microsoft.com/azur
3838

3939
## Documentation
4040

41-
Documentation can be found on [azure-sdk-for-python.readthedocs.org](http://azure-sdk-for-python.readthedocs.org/en/latest/index.html).
41+
Documentation can be found on [azure-sdk-for-python.readthedocs.org](https://docs.microsoft.com/en-us/python/azure/?view=azure-python).
4242

4343
The [Azure SDK for Python Developer Center](http://azure.microsoft.com/develop/python/) also has a number of helpful resources, including a number of tutorials:
4444

docs/python/debugging-mixed-mode-c-cpp-python-in-visual-studio.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Mixed-mode debugging for Python | Microsoft Docs
3-
description: How to simultaneously debug C++ and Python in Visual Studio including stepping between environments, viewing values, and evaluting expressions.
3+
description: How to simultaneously debug C++ and Python in Visual Studio including stepping between environments, viewing values, and evaluating expressions.
44
ms.custom:
55
ms.date: 01/16/2018
66
ms.reviewer:
@@ -14,7 +14,7 @@ ms.tgt_pltfrm:
1414
ms.topic: "conceptual"
1515
author: "kraigb"
1616
ms.author: "kraigb"
17-
manager: ghogen
17+
manager: douge
1818
ms.workload:
1919
- "python"
2020
- "data-science"

docs/python/debugging-python-code-on-remote-linux-machines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.tgt_pltfrm:
1313
ms.topic: "conceptual"
1414
author: "kraigb"
1515
ms.author: "kraigb"
16-
manager: ghogen
16+
manager: douge
1717
ms.workload:
1818
- "python"
1919
- "data-science"

docs/python/debugging-python-in-visual-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.tgt_pltfrm:
1313
ms.topic: "conceptual"
1414
author: "kraigb"
1515
ms.author: "kraigb"
16-
manager: ghogen
16+
manager: douge
1717
ms.workload:
1818
- "python"
1919
- "data-science"

docs/python/debugging-remote-python-code-on-azure-troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.tgt_pltfrm:
1313
ms.topic: "conceptual"
1414
author: "kraigb"
1515
ms.author: "kraigb"
16-
manager: ghogen
16+
manager: douge
1717
ms.workload:
1818
- "python"
1919
- "data-science"

docs/python/debugging-remote-python-code-on-azure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.tgt_pltfrm:
1313
ms.topic: "conceptual"
1414
author: "kraigb"
1515
ms.author: "kraigb"
16-
manager: ghogen
16+
manager: douge
1717
ms.workload:
1818
- "python"
1919
- "data-science"

docs/python/debugging-symbols-for-mixed-mode-c-cpp-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.tgt_pltfrm:
1313
ms.topic: "conceptual"
1414
author: "kraigb"
1515
ms.author: "kraigb"
16-
manager: ghogen
16+
manager: douge
1717
ms.workload:
1818
- "python"
1919
- "data-science"

docs/python/defining-custom-python-project-commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.tgt_pltfrm:
1313
ms.topic: "conceptual"
1414
author: kraigb
1515
ms.author: kraigb
16-
manager: ghogen
16+
manager: douge
1717
ms.workload:
1818
- "python"
1919
- "data-science"

docs/python/editing-python-code-in-visual-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.tgt_pltfrm:
1313
ms.topic: "conceptual"
1414
author: "kraigb"
1515
ms.author: "kraigb"
16-
manager: ghogen
16+
manager: douge
1717
ms.workload:
1818
- "python"
1919
- "data-science"

docs/python/formatting-python-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.tgt_pltfrm:
1313
ms.topic: "conceptual"
1414
author: "kraigb"
1515
ms.author: "kraigb"
16-
manager: ghogen
16+
manager: douge
1717
ms.workload:
1818
- "python"
1919
- "data-science"

docs/python/includes/install-github-extension.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1+
---
2+
ms.topic: "include"
3+
---
14
1. To connect to GitHub repositories, run the Visual Studio installer, select **Modify**, and select the **Individual components** tab. Scroll down to the **Code tools** section, select **GitHub extension for Visual Studio**, and select **Modify**.
2-
5+
36
![Selecting the GitHub extension in the Visual Studio installer](../media/installation-github-extension.png)
4-

docs/python/includes/project-from-existing.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
---
2+
ms.topic: "include"
3+
---
14
1. Launch Visual Studio and select **File > New > Project**.
25

36
1. In the **New Project** dialog, search for "Python", select the "From Existing Python code" template, give the project a name and location, and select **OK**.

docs/python/installing-python-interpreters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.tgt_pltfrm: ""
1212
ms.topic: "conceptual"
1313
author: "kraigb"
1414
ms.author: "kraigb"
15-
manager: ghogen
15+
manager: douge
1616
ms.workload:
1717
- "python"
1818
- "data-science"

docs/python/interactive-repl-ipython.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.tgt_pltfrm:
1313
ms.topic: "conceptual"
1414
author: "kraigb"
1515
ms.author: "kraigb"
16-
manager: ghogen
16+
manager: douge
1717
ms.workload:
1818
- "python"
1919
- "data-science"

docs/python/linting-python-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.tgt_pltfrm:
1313
ms.topic: "conceptual"
1414
author: "kraigb"
1515
ms.author: "kraigb"
16-
manager: ghogen
16+
manager: douge
1717
ms.workload:
1818
- "python"
1919
- "data-science"

docs/python/managing-python-environments-in-visual-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.tgt_pltfrm: ""
1212
ms.topic: "conceptual"
1313
author: "kraigb"
1414
ms.author: "kraigb"
15-
manager: ghogen
15+
manager: douge
1616
ms.workload:
1717
- "python"
1818
- "data-science"

docs/python/managing-python-on-azure-app-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.tgt_pltfrm:
1313
ms.topic: "conceptual"
1414
author: "kraigb"
1515
ms.author: "kraigb"
16-
manager: ghogen
16+
manager: douge
1717
ms.workload:
1818
- "python"
1919
- "data-science"

docs/python/managing-python-projects-in-visual-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.tgt_pltfrm:
1313
ms.topic: "conceptual"
1414
author: "kraigb"
1515
ms.author: "kraigb"
16-
manager: ghogen
16+
manager: douge
1717
ms.workload:
1818
- "python"
1919
- "data-science"

docs/python/managing-required-packages-with-requirements-txt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.tgt_pltfrm: ""
1212
ms.topic: "conceptual"
1313
author: "kraigb"
1414
ms.author: "kraigb"
15-
manager: ghogen
15+
manager: douge
1616
ms.workload:
1717
- "python"
1818
- "data-science"

docs/python/overview-of-python-tools-for-visual-studio.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,14 +170,16 @@ A. Python is generally an interpreted language, with which code is run on demand
170170
Python features can be installed in the following editions of Visual Studio as described in the [installation guide](installing-python-support-in-visual-studio.md):
171171

172172
- [Visual Studio 2017 (all editions)](https://www.visualstudio.com/vs/)
173-
- [Visual Studio 2015 (all editions)](https://www.visualstudio.com/downloads/visual-studio-2015-downloads-vs)
173+
- Visual Studio 2015 (all editions)
174174
- Visual Studio 2013 Community Edition
175175
- Visual Studio 2013 Express for Web, Update 2 or higher
176176
- Visual Studio 2013 Express for Desktop, Update 2 or higher
177177
- Visual Studio 2013 (Pro edition or higher)
178178
- Visual Studio 2012 (Pro edition or higher)
179179
- Visual Studio 2010 SP1 (Pro edition or higher; .NET 4.5 required)
180180

181+
Visual Studio 2015 and earlier are available at [visualstudio.com/vs/older-downloads/](https://www.visualstudio.com/vs/older-downloads/).
182+
181183
> [!Important]
182184
> Features are fully supported and maintained for only the latest version of Visual Studio. Features are available in older versions but are not actively maintained.
183185

docs/python/profiling-python-code-in-visual-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.tgt_pltfrm:
1313
ms.topic: "conceptual"
1414
author: "kraigb"
1515
ms.author: "kraigb"
16-
manager: ghogen
16+
manager: douge
1717
ms.workload:
1818
- "python"
1919
- "data-science"

docs/python/publishing-python-web-applications-to-azure-from-visual-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.tgt_pltfrm:
1313
ms.topic: "conceptual"
1414
author: "kraigb"
1515
ms.author: "kraigb"
16-
manager: ghogen
16+
manager: douge
1717
ms.workload:
1818
- "python"
1919
- "data-science"

docs/python/python-azure-cloud-service-project-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.tgt_pltfrm:
1313
ms.topic: "conceptual"
1414
author: "kraigb"
1515
ms.author: "kraigb"
16-
manager: ghogen
16+
manager: douge
1717
ms.workload:
1818
- "python"
1919
- "data-science"

docs/python/python-django-web-application-project-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dev_langs:
1212
ms.tgt_pltfrm:
1313
ms.topic: "conceptual"
1414
ms.author: "kraigb"
15-
manager: ghogen
15+
manager: douge
1616
ms.workload:
1717
- "python"
1818
- "data-science"

docs/python/python-environments-window-tab-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.tgt_pltfrm: ""
1212
ms.topic: "conceptual"
1313
author: "kraigb"
1414
ms.author: "kraigb"
15-
manager: ghogen
15+
manager: douge
1616
ms.workload:
1717
- "python"
1818
- "data-science"

docs/python/python-interactive-repl-in-visual-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.tgt_pltfrm:
1313
ms.topic: "conceptual"
1414
author: "kraigb"
1515
ms.author: "kraigb"
16-
manager: ghogen
16+
manager: douge
1717
ms.workload:
1818
- "python"
1919
- "data-science"

docs/python/python-support-options-and-settings-in-visual-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ f1_keywords:
2121
- "VS.ToolsOptionsPages.Text_Editor.Python.Advanced"
2222
author: "kraigb"
2323
ms.author: "kraigb"
24-
manager: ghogen
24+
manager: douge
2525
ms.workload:
2626
- "python"
2727
- "data-science"

0 commit comments

Comments
 (0)