diff --git a/configuration/settings.xml b/configuration/settings.xml new file mode 100644 index 0000000000000000000000000000000000000000..48e27008843bf301654294760fdc4ed658dece9e --- /dev/null +++ b/configuration/settings.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd"> + <servers> + <server> + <id>os-core</id> + <username>os-core</username> + <!-- Treat this auth token like a password. Do not share it with anyone, including Microsoft support. --> + <!-- The generated token expires on or before 11/14/2019 --> + <password>${VSTS_FEED_TOKEN}</password> + </server> + </servers> +</settings> \ No newline at end of file