Skip to content

Commit c1d443e

Browse files
committed
Changing the nuget endpoint.
1 parent e0a8d56 commit c1d443e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nuget.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<configuration>
33
<packageSources>
44
<clear />
5-
<add value="https://office.pkgs.visualstudio.com/DefaultCollection/_packaging/Office/nuget/v3/index.json" key="Office" />
5+
<add key="Office" value="https://pkgs.dev.azure.com/office/_packaging/Office/nuget/v3/index.json" />
66
</packageSources>
77
<packageSourceCredentials>
88
<Office>

0 commit comments

Comments
 (0)