We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 174a1a8 commit 77b5c14Copy full SHA for 77b5c14
1 file changed
nuget.config
@@ -2,16 +2,6 @@
2
<configuration>
3
<packageSources>
4
<clear />
5
- <add value="https://office.pkgs.visualstudio.com/DefaultCollection/_packaging/Office/nuget/v3/index.json" key="Office" />
+ <add key="Office" value="https://pkgs.dev.azure.com/office/_packaging/Office/nuget/v3/index.json"/>
6
</packageSources>
7
- <packageSourceCredentials>
8
- <Office>
9
- <add key="Username" value="aad_token" />
10
- <add key="ClearTextPassword" value="%ADO_TOKEN%" />
11
- </Office>
12
- </packageSourceCredentials>
13
-
14
- <disabledPackageSources>
15
- <clear />
16
- </disabledPackageSources>
17
</configuration>
0 commit comments