We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 049981f commit 3504910Copy full SHA for 3504910
1 file changed
sdk/rust/build.rs
@@ -4,8 +4,8 @@ use std::io::{self, Read};
4
use std::path::{Path, PathBuf};
5
6
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";
+// const ORT_NIGHTLY_FEED: &str =
+// "https://pkgs.dev.azure.com/aiinfra/PublicPackages/_packaging/ORT-Nightly/nuget/v3/index.json";
9
10
const CORE_VERSION: &str = "1.0.0";
11
const ORT_VERSION: &str = "1.24.4";
0 commit comments