Skip to content

Commit 3504910

Browse files
prathikrPrathik Rao
andauthored
comment out ort nuget feed since all sources pull from nuget.org (#622)
Co-authored-by: Prathik Rao <prathikrao@microsoft.com>
1 parent 049981f commit 3504910

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sdk/rust/build.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ use std::io::{self, Read};
44
use std::path::{Path, PathBuf};
55

66
const NUGET_FEED: &str = "https://api.nuget.org/v3/index.json";
7-
const ORT_NIGHTLY_FEED: &str =
8-
"https://pkgs.dev.azure.com/aiinfra/PublicPackages/_packaging/ORT-Nightly/nuget/v3/index.json";
7+
// const ORT_NIGHTLY_FEED: &str =
8+
// "https://pkgs.dev.azure.com/aiinfra/PublicPackages/_packaging/ORT-Nightly/nuget/v3/index.json";
99

1010
const CORE_VERSION: &str = "1.0.0";
1111
const ORT_VERSION: &str = "1.24.4";

0 commit comments

Comments
 (0)