You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/containers/container-build.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,9 @@ ms.date: 11/20/2019
7
7
ms.technology: vs-azure
8
8
ms.topic: conceptual
9
9
---
10
-
# Build and debug containerized apps using Visual Studio or the command line
10
+
# How Visual Studio builds containerized apps
11
11
12
-
Whether you're building from the Visual Studio IDE, or setting up a command-line build, you need to know how Visual Studio builds uses the Dockerfile to build your projects. For performance reasons, Visual Studio follows a special process for containerized apps. Understanding how Visual Studio builds your projects is especially important when you customize your build process by modifying the Dockerfile.
12
+
Whether you're building from the Visual Studio IDE, or setting up a command-line build, you need to know how Visual Studio uses the Dockerfile to build your projects. For performance reasons, Visual Studio follows a special process for containerized apps. Understanding how Visual Studio builds your projects is especially important when you customize your build process by modifying the Dockerfile.
13
13
14
14
When Visual Studio builds a project that doesn't use Docker containers, it invokes MSBuild on the local machine and generates the output files in a folder (typically `bin`) under your local solution folder. For a containerized project, however, the build process takes account of the Dockerfile's instructions for building the containerized app. The Dockerfile that Visual Studio uses is divided into multiple stages. This process relies on Docker's *multistage build* feature.
You'll see output similar to what you see in the **Output** window when you build your solution from the Visual Studio IDE. Always use `/p:Configuration=Release`, since in cases where Visual Studio uses the multistage build optimization, results when building the **Debug** configuration might not be as expected. See [Debugging](#debugging).
80
80
81
-
If you are using a Docker Compose project, use the command to build images:
81
+
If you are using a Docker Compose project, use this command to build images:
- Pull the images in the first stage of the Dockerfile (the `base` stage in most Dockerfiles).
94
94
- Build the Dockerfile and start the container.
95
95
96
-
Warmup will only happen in **Fast** mode, so the running container will have the app folder volumemounted and any changes to the app should not invalidate the container. This therefore improves the debugging performance significantly and decreases the wait time for long running tasks such as pulling large images.
96
+
Warmup will only happen in **Fast** mode, so the running container will have the app folder volume-mounted. That means that any changes to the app won't invalidate the container. This therefore improves the debugging performance significantly and decreases the wait time for long running tasks such as pulling large images.
Copy file name to clipboardExpand all lines: docs/vs-2015/deployment/deploying-com-components-with-clickonce.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ Deployment of legacy COM components has traditionally been a difficult task. Com
27
27
28
28
[!INCLUDE[ndptecclick](../includes/ndptecclick-md.md)] provides an easy and safe mechanism for deploying your .NET applications. However, if your applications use legacy COM components, you will need to take additional steps for deploying them. This topic describes how to deploy isolated COM components and reference native components (for example, from Visual Basic 6.0 or Visual C++).
29
29
30
-
For more information on deploying isolated COM components, see "Simplify App Deployment with [!INCLUDE[ndptecclick](../includes/ndptecclick-md.md)] and Registration-Free COM" at [https://msdn.microsoft.com/magazine/msdn-magazine-issues.aspx](https://msdn.microsoft.com/magazine/msdn-magazine-issues.aspx).
30
+
For more information on deploying isolated COM components, see [Simplify App Deployment with ClickOnce and Registration-Free COM](/archive/msdn-magazine/2005/april/simplify-app-deployment-with-clickonce-and-registration-free-com).
31
31
32
32
## Registration-Free COM
33
33
Registration-free COM is a new technology for deploying and activating isolated COM components. It works by putting all the component's type-library and registration information that is typically installed into the system registry into an XML file called a manifest, stored in the same folder as the application.
Copy file name to clipboardExpand all lines: subscriptions/product-availability.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -20,12 +20,12 @@ There are several reasons why particular products may not be available to subscr
20
20
-**The product is not included in your subscription level or program.**[Learn more](https://visualstudio.microsoft.com/vs/pricing/) about the software and benefits available with your subscription or [download the full list](https://download.microsoft.com/download/1/5/4/15454442-CF17-47B9-A65D-DF84EF88511B/Products_by_Benefit_Level.xlsx) of products available by subscription level. Some programs, such as [Microsoft Partner Network](https://partner.microsoft.com/), provide Visual Studio subscriptions as a part of their benefits. Those subscriptions do not include all products included in purchased Visual Studio subscriptions. Subscribers to these programs should direct questions about availability of product downloads to the support teams for those programs.
21
21
-**The product is not included in subscriptions.** Some Microsoft products are not included in subscriptions due to special licensing terms, technical restrictions, or developer relevance. If you would like to suggest a product be added to the subscription, please send email to your Visual Studio [Customer Service Center](https://visualstudio.microsoft.com/subscriptions/support/).
22
22
-**The product is publicly available.** Some tools, SDKs, DDKs, and service packs are publicly available from the [Microsoft Download Center](https://www.microsoft.com/download). Some such products may not be published to Downloads.
23
-
-**The product has not yet released.** Many pre-release (beta) versions and release candidates are available from Downloads. However, not all betas can be included; for instance, some betas require special registration or eligibility. For more information about open technical beta programs, please visit [Microsoft Connect](http://connect.microsoft.com/).
23
+
-**The product has not yet released.** Many pre-release (beta) versions and release candidates are available from Downloads. However, not all betas can be included; for instance, some betas require special registration or eligibility. For more information about open technical beta programs, please visit [Microsoft Connect](https://connect.microsoft.com/).
24
24
-**The product is not available in your country.** Some Microsoft products are not available due to regional restrictions.
25
25
-**Redundant software.** Select Office suites and standalone Office downloads and product keys are no longer available in subscriptions that include Office. Downloads and product keys are available for the corresponding highest Office suite of the same version. For example, if you search for PowerPoint 2010, the search will not produce any results. However, you can search for Office 2010 - the Office suite that contained PowerPoint 2010 - and download the suite.
26
26
27
27
## What do I get?
28
-
The number and type of downloads depends on your subscription level and program memberships. Subscribers with Visual Studio Enterprise standard subscriptions, for example, may have different downloads available to them than subscribers who obtain their subscriptions through a Microsoft Partner Network or BizSpark program subscription. To learn more about what downloads are available for each subscription level, download the list of [Products By Benefit Level](http://download.microsoft.com/download/1/5/4/15454442-CF17-47B9-A65D-DF84EF88511B/Visual_Studio_by_Subscription_Level.xlsx).
28
+
The number and type of downloads depends on your subscription level and program memberships. Subscribers with Visual Studio Enterprise standard subscriptions, for example, may have different downloads available to them than subscribers who obtain their subscriptions through a Microsoft Partner Network or BizSpark program subscription. To learn more about what downloads are available for each subscription level, download the list of [Products By Benefit Level](https://download.microsoft.com/download/1/5/4/15454442-CF17-47B9-A65D-DF84EF88511B/Visual_Studio_by_Subscription_Level.xlsx).
29
29
30
30
> [!NOTE]
31
31
> If you have multiple subscriptions associated with the same email address, the software titles available to you are determined by the **highest** level subscription you have. For example, if you have a Visual Studio Enterprise subscription and a Visual Studio Test Professional subscription, you will have access to the software titles included with the Visual Studio Enterprise subscription, regardless of which subscription is currently in use in the subscriptions portal.
The sign-up block described here only prevents the creation of new accounts. It has no impact on users who already have a Microsoft Account with a work/school email address. If you are already in this situation, we've made making it easier to rename a personal Microsoft account. This [support article](http://windows.microsoft.com/en-US/Windows/rename-personal-microsoft-account) provides simple step-by-step guidance. Renaming your personal Microsoft account means changing the username, and does not impact your work email or how you sign in to business services such as Office 365. It also doesn't impact your personal stuff—it just changes the way you sign in to it. You can use another (personal) email address, get a new @outlook.com email address from Microsoft, or use your phone number as a new username.
37
+
The sign-up block described here only prevents the creation of new accounts. It has no impact on users who already have a Microsoft Account with a work/school email address. If you are already in this situation, we've made making it easier to rename a personal Microsoft account. This [support article](https://windows.microsoft.com/en-US/Windows/rename-personal-microsoft-account) provides simple step-by-step guidance. Renaming your personal Microsoft account means changing the username, and does not impact your work email or how you sign in to business services such as Office 365. It also doesn't impact your personal stuff—it just changes the way you sign in to it. You can use another (personal) email address, get a new @outlook.com email address from Microsoft, or use your phone number as a new username.
38
38
39
39
> [!NOTE]
40
40
> If your IT department asked you to create a personal Microsoft account with your work/school email, for example to access Microsoft business services like Premier Support, then talk to your admin team before renaming your account.
Copy file name to clipboardExpand all lines: subscriptions/software-download-list.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ description: Find a list of the software downloads included with your Visual St
10
10
11
11
# What software is available for download?
12
12
13
-
The [list of software downloads](http://download.microsoft.com/download/1/5/4/15454442-CF17-47B9-A65D-DF84EF88511B/Visual_Studio_by_Subscription_Level.xlsx) available to you depends on the subscription you're using. If you have more than one subscription associated with the same sign-in address, you will see the downloads included with the highest level subscription, regardless of which subscription you're viewing. For example, if you have a Visual Studio Enterprise standard subscription and a Visual Studio Professional subscription, you will see the complete list of downloads available with your Enterprise subscription. To see the list of your subscriptions, visit [https://my.visualstudio.com/subscriptions](https://my.visualstudio.com/subscriptions?wt.mc_id=o~msft~docs).
13
+
The [list of software downloads](https://download.microsoft.com/download/1/5/4/15454442-CF17-47B9-A65D-DF84EF88511B/Visual_Studio_by_Subscription_Level.xlsx) available to you depends on the subscription you're using. If you have more than one subscription associated with the same sign-in address, you will see the downloads included with the highest level subscription, regardless of which subscription you're viewing. For example, if you have a Visual Studio Enterprise standard subscription and a Visual Studio Professional subscription, you will see the complete list of downloads available with your Enterprise subscription. To see the list of your subscriptions, visit [https://my.visualstudio.com/subscriptions](https://my.visualstudio.com/subscriptions?wt.mc_id=o~msft~docs).
14
14
15
15
If you already have a Visual Studio subscription:
16
16
1. Go to [https://my.visualstudio.com/downloads](https://my.visualstudio.com/downloads?wt.mc_id=o~msft~docs)
@@ -22,7 +22,7 @@ To quickly find products, use the "Search" functions at the top of the page or c
22
22
> [!TIP]
23
23
> If you're looking for your product keys, click on the **Product Keys** tab at the top of the page.
24
24
25
-
You can also download an Excel spreadsheet containing an extensive list of [available software titles](http://download.microsoft.com/download/1/5/4/15454442-CF17-47B9-A65D-DF84EF88511B/Visual_Studio_by_Subscription_Level.xlsx) for each subscription type.
25
+
You can also download an Excel spreadsheet containing an extensive list of [available software titles](https://download.microsoft.com/download/1/5/4/15454442-CF17-47B9-A65D-DF84EF88511B/Visual_Studio_by_Subscription_Level.xlsx) for each subscription type.
26
26
27
27
## Next steps
28
28
You can learn more about how to [download software](download-software.md) or obtain and manage [product keys](product-keys.md).
You can stop at any point, and resume your training in your next session. Just visit [http://www.datacamp.com](http://www.datacamp.com), and sign in. You'll see your dashboard and can resume your training right where you paused. Simply click **Continue Track**.
48
+
You can stop at any point, and resume your training in your next session. Just visit [https://www.datacamp.com](https://www.datacamp.com), and sign in. You'll see your dashboard and can resume your training right where you paused. Simply click **Continue Track**.
Copy file name to clipboardExpand all lines: subscriptions/vs-m365.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -84,6 +84,9 @@ Not sure which subscription you're using? Connect to [https://my.visualstudio.c
84
84
### Q: How do current users upgrade to E5?
85
85
A: Currently, only new Office 365 Developer Program members will get the E5 offer automatically. Rest assured, we are working to enable all Office 365 Developer Program members to move from E3 to E5. Stay tuned for more information in the coming months.
86
86
87
+
### Q: Can I activate Microsoft 365 using an existing tenant, or do I need to create a new one?
88
+
A: To activate the Office Developer subscription, a new tenant is required.
89
+
87
90
### Q: Can I choose E3 or E5?
88
91
As of September 2019, new Developer Program members are only offered E5, which is our flagship version of Office 365. This version of Office 365 offers even more value than E3, and can normally cost substantially more than our previous E3 subscription.
89
92
@@ -96,7 +99,6 @@ You can verify your version now in the subscription tile located on your Office
96
99
97
100
Look for the E3 or E5 indication in your tile.
98
101
99
-
100
102
### Q: If Microsoft 365 doesn't include Windows, how do I get Windows?
101
103
A: The Visual Studio subscriptions that include the Microsoft 365 benefit also include Windows as part of the subscriber downloads. Visit [downloads](https://my.visualstudio.com/downloads) to download Windows. (If you don't see downloads enabled in your subscription, please [contact your administrator](contact-my-admin.md).)
0 commit comments