Skip to content

Commit 72ba179

Browse files
authored
removed archived content (MicrosoftDocs#4528)
* removed archived content * remove archived content from project folder * updates to test folder and includes folder * build warning fixes * some moniker replacements in artifacts folder * build warning fixes
1 parent 07b3e96 commit 72ba179

File tree

119 files changed

+378
-3218
lines changed

Some content is hidden

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

119 files changed

+378
-3218
lines changed

docs/artifacts/feeds/feed-permissions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ By default, users in an Azure DevOps organization can create new feeds in that o
6363

6464
::: moniker-end
6565

66-
::: moniker range=">= tfs-2017 < azure-devops-2019"
66+
::: moniker range="< azure-devops-2019"
6767

6868
2. Select **Permissions**.
6969

docs/artifacts/get-started-npm.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ monikerRange: '<= azure-devops'
1616

1717
With Azure Artifacts, you can publish and download npm packages from feeds and public registries such as npmjs.com. This quickstart will guide you through creating your own feed, setting up your project, and publishing and downloading npm packages to and from your Azure Artifacts feed.
1818

19-
::: moniker range=">=tfs-2017 <= tfs-2018"
19+
::: moniker range=" tfs-2018"
2020

2121
## License the Azure Artifacts extension
2222

@@ -133,7 +133,7 @@ If you're developing on Windows, we recommend using `vsts-npm-auth` to authentic
133133

134134
::: moniker-end
135135

136-
::: moniker range=">=tfs-2017 <= tfs-2018"
136+
::: moniker range=" tfs-2018"
137137

138138
1. Select **Packages**, and then select **Connect to feed**.
139139

docs/artifacts/get-started-nuget.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ Developers can use Azure Artifacts to publish and consume NuGet packages both to
2121
- [Install NuGet client tools](/nuget/install-nuget-client-tools)
2222
- [Feed permissions](feeds/feed-permissions.md).
2323

24-
::: moniker range=">=tfs-2017 <= tfs-2018"
24+
::: moniker range=" tfs-2018"
2525

2626
This quickstart assumes you've already set up Azure Artifacts. You can check out how to license the extension in the [License Azure Artifacts guide](start-using-azure-artifacts.md).
2727

2828
::: moniker-end
2929

30-
::: moniker range=">=tfs-2017 < azure-devops"
30+
::: moniker range="< azure-devops"
3131

3232
> [!NOTE]
3333
> Azure Artifacts is an extension that comes pre-installed on TFS 2017 or newer, if it was removed from your organization, you can install it from the [Azure Artifacts Marketplace](https://marketplace.visualstudio.com/items?itemName=ms.feed).

docs/artifacts/how-to/delete-and-recover-packages.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ In this article, you'll learn how to:
3838

3939
::: moniker-end
4040

41-
::: moniker range=">= tfs-2017 < azure-devops-2019"
41+
::: moniker range="< azure-devops-2019"
4242

4343
1. Select **Build and Release**, and then select **Packages**.
4444

@@ -74,7 +74,7 @@ In Azure Artifacts, packages are immutable. When you publish a package to your f
7474

7575
::: moniker-end
7676

77-
::: moniker range=">=tfs-2017 < azure-devops-2019"
77+
::: moniker range="< azure-devops-2019"
7878

7979
1. Select **Build and Release**.
8080

@@ -127,7 +127,7 @@ In Azure Artifacts, packages are immutable. When you publish a package to your f
127127

128128
::: moniker-end
129129

130-
::: moniker range=">=tfs-2017 < azure-devops-2019"
130+
::: moniker range="< azure-devops-2019"
131131

132132
1. Select **Build and Release**.
133133

@@ -149,7 +149,7 @@ In Azure Artifacts, packages are immutable. When you publish a package to your f
149149

150150
::: moniker-end
151151

152-
::: moniker range=">=tfs-2017 < azure-devops-2019"
152+
::: moniker range="< azure-devops-2019"
153153

154154
:::image type="content" source="../media/connect-to-feed.png" alt-text="Screenshot that shows the button for connecting to a feed in Team Foundation Server.":::
155155

@@ -225,7 +225,7 @@ To configure retention policies:
225225

226226
::: moniker-end
227227

228-
::: moniker range=">=tfs-2017 < azure-devops-2019"
228+
::: moniker range="< azure-devops-2019"
229229

230230
1. Select **Build and Release**.
231231

@@ -277,7 +277,7 @@ Deleted packages will remain in the Recycle Bin for 30 days. After that, they'll
277277
278278
::: moniker-end
279279
280-
::: moniker range=">=tfs-2017 < azure-devops-2019"
280+
::: moniker range="< azure-devops-2019"
281281
282282
1. Select **Build and Release**, and then select **Packages**.
283283

docs/artifacts/includes/create-feed.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ms.date: 02/14/2022
2828

2929
::: moniker-end
3030

31-
::: moniker range=">= tfs-2017 <= tfs-2018"
31+
::: moniker range="tfs-2018"
3232

3333
Azure Artifacts is installed by default for TFS 2017 customers. You must upgrade to TFS 2017 in order to use Azure Artifacts. If this is the first time using your feed, you might be asked to [assign a license](../start-using-azure-artifacts.md?preserve-view=true&view=tfs-2018#assign-licenses-in-tfs)
3434

docs/artifacts/includes/edit-feed.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.date: 02/16/2022
1515

1616
::: moniker-end
1717

18-
::: moniker range=">=tfs-2017 <= tfs-2018"
18+
::: moniker range=" tfs-2018"
1919

2020
1. Select the gear icon to navigate to your feed's settings.
2121

docs/artifacts/includes/npm/npmrc.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ ms.date: 02/15/2022
8585

8686
::: moniker-end
8787

88-
::: moniker range=">=tfs-2017 <= tfs-2018"
88+
::: moniker range=" tfs-2018"
8989

9090
1. From **Packages**, select **Connect to feed**.
9191

docs/artifacts/includes/nuget/nuget-consume-endpoint.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ms.date: 09/07/2021
2222

2323
::: moniker-end
2424

25-
::: moniker range=">=tfs-2017 < azure-devops-2019"
25+
::: moniker range="< azure-devops-2019"
2626

2727
1. Select **Build and Release**, and then select **Packages**.
2828

docs/artifacts/includes/nuget/nuget-publish-endpoint.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ ms.date: 02/18/2022
2929

3030
::: moniker-end
3131

32-
::: moniker range=">=tfs-2017 < azure-devops-2019"
32+
::: moniker range="< azure-devops-2019"
3333

3434
1. Select **Build and Release** > **Packages**.
3535

docs/artifacts/maven/publish-package-gradle.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ gradle -v
5151

5252
::: moniker-end
5353

54-
::: moniker range=">= tfs-2017 <= tfs-2018"
54+
::: moniker range="tfs-2018"
5555

5656
1. Select your profile icon, and then select **Security**.
5757

docs/artifacts/npm/npmrc.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ We recommend using two **.npmrc_** files, the first one we'll use to authenticat
2828

2929
::: moniker-end
3030

31-
::: moniker range=">= tfs-2017 < azure-devops-2019"
31+
::: moniker range="< azure-devops-2019"
3232

3333
1. Select **Packages**, and then select **Connect to feed**.
3434

@@ -56,7 +56,7 @@ We recommend using two **.npmrc_** files, the first one we'll use to authenticat
5656

5757
::: moniker-end
5858

59-
::: moniker range=">= tfs-2017 < azure-devops-2019"
59+
::: moniker range="< azure-devops-2019"
6060

6161
4. Follow the instructions to set up your project.
6262

@@ -180,7 +180,7 @@ Azure Artifacts recommend using the `npmAuthenticate` task to set up authenticat
180180
181181
::: moniker-end
182182
183-
::: moniker range=">= tfs-2017 < azure-devops-2019"
183+
::: moniker range="< azure-devops-2019"
184184
185185
1. Select **Build and Release**, and then select **Builds**.
186186

docs/artifacts/npm/upstream-sources.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ You can view the packages you saved from upstreams by selecting your **Source**
5454

5555
::: moniker-end
5656

57-
::: moniker range=">=tfs-2017 < azure-devops-2019"
57+
::: moniker range="< azure-devops-2019"
5858

5959

6060
:::image type="content" source="media/view-cached-packages.png" alt-text="Screenshot of the filtered npm packages in TFS":::

docs/artifacts/nuget/nuget-exe.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ monikerRange: '>= tfs-2018'
3434

3535
::: moniker-end
3636

37-
::: moniker range=">= tfs-2017 <= tfs-2018"
37+
::: moniker range="tfs-2018"
3838

3939
2. Select **Connect to feed**.
4040

@@ -86,7 +86,7 @@ nuget setapikey <Personal_Access_Token> -source <Feed_URL>
8686

8787
::: moniker-end
8888

89-
::: moniker range=">= tfs-2017 <= tfs-2018"
89+
::: moniker range="tfs-2018"
9090

9191
## Project setup (NuGet 2)
9292

docs/artifacts/nuget/upstream-sources.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ You can view the packages you saved from upstreams by selecting your **Source**
5959

6060
::: moniker-end
6161

62-
::: moniker range=">= tfs-2017 < azure-devops-2019"
62+
::: moniker range="< azure-devops-2019"
6363

6464
:::image type="content" source="media/view-cached-packages.png" alt-text="A screenshot showing how to filter packages by source in TFS":::
6565

docs/artifacts/package-badges.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ To start sharing your Artifacts packages using package badges, you'll first have
3434

3535
::: moniker-end
3636

37-
::: moniker range="<= tfs-2018"
37+
::: moniker range="tfs-2018"
3838

3939
:::image type="content" source="media/edit-feed-full.png" alt-text="A screenshot showing how to navigate to the feed settings in TFS":::
4040

@@ -52,7 +52,7 @@ To start sharing your Artifacts packages using package badges, you'll first have
5252

5353
::: moniker-end
5454

55-
::: moniker range="<= tfs-2018"
55+
::: moniker range="tfs-2018"
5656

5757
This will enable the **Create badge** button for every package in that feed.
5858

docs/artifacts/start-using-azure-artifacts.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Azure Artifacts comes pre-installed in Azure DevOps Services, Azure DevOps Serve
2828
> [!NOTE]
2929
> Azure Artifacts license is included with every basic license for TFS 2017, 2018, and Azure DevOps Server 2019 and 2020.
3030
31-
::: moniker range=">= tfs-2017 <= tfs-2018"
31+
::: moniker range="tfs-2018"
3232

3333
## Install Azure Artifacts in TFS
3434

docs/artifacts/tutorials/protect-oss-packages-with-upstream-sources.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ In this tutorial, you will:
3434

3535
::: moniker-end
3636

37-
::: moniker range=">=tfs-2017 < azure-devops-2019"
37+
::: moniker range="< azure-devops-2019"
3838

3939
1. Select **Build & Release**, and then select **Packages**.
4040

@@ -50,7 +50,7 @@ In this tutorial, you will:
5050

5151
::: moniker-end
5252

53-
::: moniker range=">=tfs-2017 < azure-devops-2019"
53+
::: moniker range="< azure-devops-2019"
5454

5555
2. Select **New Feed** to create a new feed.
5656

@@ -66,7 +66,7 @@ In this tutorial, you will:
6666

6767
::: moniker-end
6868

69-
::: moniker range=">=tfs-2017 < azure-devops-2019"
69+
::: moniker range="< azure-devops-2019"
7070

7171
3. Provide a name for your feed, and then select its visibility. Make sure your check the **Include packages from common public sources** checkbox to enable upstream sources. Select **Create** when you are done
7272

@@ -97,7 +97,7 @@ Now that we created our feed, we need to update the config file to point to our
9797

9898
::: moniker-end
9999

100-
::: moniker range=">=tfs-2017 < azure-devops-2019"
100+
::: moniker range="< azure-devops-2019"
101101

102102
1. Select **Build & Release** > **Packages**, and then select **Connect to Feed**.
103103

docs/includes/features-not-available-stakeholder.md

+1-25
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ms.technology: devops-agile
33
ms.author: kaelli
44
author: KathrynEE
55
ms.topic: include
6-
ms.date: 04/09/2021
6+
ms.date: 04/04/2022
77
---
88

99
### Features not available to users with Stakeholder access
@@ -75,29 +75,5 @@ If a Stakeholder needs access to one or more of the following features&mdash;whi
7575
- Access the full set of features under **Code**, **Build and Release**, or **Test**.
7676
::: moniker-end
7777

78-
::: moniker range="tfs-2017"
79-
80-
- Change the priority of an item within a backlog
81-
- Delete work items
82-
- Add work items, drag-and-drop work items, or change fields on cards on a Kanban board
83-
- Add new work item tags
84-
- Create shared queries, view charts, and modify dashboards
85-
- View Delivery Plans (a Marketplace extension)
86-
- Access the full set of features under **Code**, **Build and Release**, or **Test**
87-
- Participate in team rooms, which capture interactive, detailed conversations about the project.
88-
89-
::: moniker-end
90-
91-
::: moniker range="<= tfs-2015"
92-
93-
- Change the priority of an item within a backlog
94-
- Delete work items
95-
- Add work items, drag-and-drop work items, or change fields on cards on a Kanban board
96-
- Add new work item tags
97-
- Create shared queries, view charts, and modify the home page
98-
- Access the full set of features under **Code**, **Build and Release**, or **Test**
99-
- Participate in team rooms, which capture interactive, detailed conversations about the project.
100-
101-
::: moniker-end
10278

10379

docs/includes/get-started/customize-work-tracking.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ms.technology: devops-security
33
ms.author: kaelli
44
author: KathrynEE
55
ms.topic: include
6-
ms.date: 02/28/2022
6+
ms.date: 04/04/2022
77
---
88

99

@@ -26,7 +26,7 @@ To learn more, see these articles:
2626

2727
::: moniker-end
2828

29-
::: moniker range="<= tfs-2018"
29+
::: moniker range="tfs-2018"
3030

3131
- [On-premises XML process customization](../../reference/on-premises-xml-process-model.md)
3232
- [Add or modify a field to track work](../../reference/add-modify-field.md)

docs/includes/get-started/share-project-vision.md

+2-13
Original file line numberDiff line numberDiff line change
@@ -3,34 +3,23 @@ ms.technology: devops-new-user
33
ms.author: kaelli
44
author: KathrynEE
55
ms.topic: include
6-
ms.date: 02/28/2022
6+
ms.date: 04/04/2022
77
---
8-
98

109
<a id="share-vision" />
1110

1211

13-
::: moniker range=">= tfs-2018"
14-
1512
## Share your project vision, set up a project wiki
1613

17-
::: moniker-end
1814

1915
::: moniker range="azure-devops"
2016

2117
Each project has a summary page that's useful for sharing information through **README** files. Or, redirect users to a project Wiki. For users who are new to your project, we recommend that you [set up your project summary page](../../organizations/projects/project-vision-status.md). Or, you can [provision a Wiki](../../project/wiki/wiki-create-repo.md). Use these features to share established processes and procedures for your project.
2218

2319
::: moniker-end
2420

25-
::: moniker range=">= tfs-2018 < azure-devops"
21+
::: moniker range="< azure-devops"
2622
Each project has a summary page that's useful for sharing information through **README files**. For users who are new to your project, we recommend that you [set up your project summary page](../../organizations/projects/project-vision-status.md). Or, you can [provision a Wiki](../../project/wiki/wiki-create-repo.md). Use these features to share established processes and procedures for your project.
2723

2824
::: moniker-end
2925

30-
::: moniker range="< tfs-2018"
31-
32-
## Share your project vision
33-
34-
Each project has a summary page that's useful for sharing information through **README files**. You can use this page to share information relevant to your project. To learn more, see [set up your project summary page](../../organizations/projects/project-vision-status.md).
35-
36-
::: moniker-end

0 commit comments

Comments
 (0)