microsoft/gctoolkit

Public

mirrored fromhttps://github.com/microsoft/gctoolkitAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
main

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

.devops/feed-settings.xml

13lines · modecode

1<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
4 https://maven.apache.org/xsd/settings-1.0.0.xsd">
5 <mirrors>
6 <mirror>
7 <id>java-engineering-feed</id>
8 <name>java-engineering-feed</name>
9 <url>https://devdiv.pkgs.visualstudio.com/_packaging/java-engineering-feed/maven/v1</url>
10 <mirrorOf>*</mirrorOf>
11 </mirror>
12 </mirrors>
13</settings>
14