Skip to content

Commit

Permalink
removing monikers
Browse files Browse the repository at this point in the history
  • Loading branch information
juliakm committed Feb 3, 2021
1 parent 2d206b5 commit b55a565
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -249,9 +249,6 @@ may encounter the following known issues:

1. [Commit and push (Git)](../../../../repos/git/share-your-code-in-git-vs.md) or [check in (TFVC)](../../../../repos/tfvc/share-your-code-in-tfvc-vs.md) your code.

::: moniker range="< azure-devops"
[!INCLUDE [qa-versions](../../../includes/qa-versions.md)]
::: moniker-end

<!-- ENDSECTION -->

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ ms.date: 02/10/2017
monikerRange: '>= tfs-2015'
---


# Use Visual Studio to automatically generate a CI/CD pipeline to deploy your ASP.NET web app to Azure

[!INCLUDE [version-tfs-2015-rtm](../../../includes/version-tfs-2015-rtm.md)]
Expand Down Expand Up @@ -64,10 +63,6 @@ To create both the build (CI) and release (CD) pipelines for a project, in Visua

All solution files must be checked into the server to run a build. One known cause of missing files is in cases where you populate an empty repo by creating a new project in Visual Studio 2015 Update 3. We recommend that you update your [.gitignore file](../../../../repos/git/ignore-files.md) with the latest copy from [GitHub: VisualStudio.gitignore](https://github.com/github/gitignore/blob/master/VisualStudio.gitignore).

::: moniker range="< azure-devops"
[!INCLUDE [temp](../../../includes/qa-versions.md)]
::: moniker-end

<!-- ENDSECTION -->

[!INCLUDE [rm-help-support-shared](../../../includes/rm-help-support-shared.md)]
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,3 @@ We also recommend that for testing purposes you minimize costs by selecting a sm
### I created an Azure Container Service but it doesn't appear in Visual Studio's Configure Continuous Delivery dialog?

Try reselecting your User account to refresh the dialog, or close it and reopen it. A newly-created Azure Container Service should then appear.

::: moniker range="< azure-devops"
[!INCLUDE [temp](../../../includes/qa-versions.md)]
::: moniker-end
3 changes: 0 additions & 3 deletions docs/pipelines/archive/apps/java/maven-to-azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,5 @@ A: Yes.

[!INCLUDE [temp](../../../includes/qa-agents.md)]

::: moniker range="< azure-devops"
[!INCLUDE [temp](../../../includes/qa-versions.md)]
::: moniker-end

<!-- ENDSECTION -->
3 changes: 0 additions & 3 deletions docs/pipelines/archive/apps/nodejs/nodejs-to-azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,5 @@ After you've run the CI build, you're ready to create a continuous deployment (C

The gulpfile.js script zips up the app so it can be deployed to Azure. The web.config file enables running the app on Azure. The .gitignore file keeps build artifacts on your dev machine from getting into your Git repo.

::: moniker range="< azure-devops"
[!INCLUDE [temp](../../../includes/qa-versions.md)]
::: moniker-end

<!-- ENDSECTION -->

0 comments on commit b55a565

Please sign in to comment.