Skip to content

Commit

Permalink
Fix codeql (#388)
Browse files Browse the repository at this point in the history
This pull request includes a change to the `nuget.config` file. The
`nuget.org` package source has been removed and replaced with
`ORT-Nightly` as the primary package source.
  • Loading branch information
jchen351 authored May 3, 2024
1 parent b272ba4 commit 57a0a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuget.config
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<add key="automatic" value="True" />
</packageRestore>
<packageSources>
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
<clear/>
<add key="ORT-Nightly" value="https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/ORT-Nightly/nuget/v3/index.json" />
</packageSources>
</configuration>

0 comments on commit 57a0a8c

Please sign in to comment.