Skip to content

Commit 306d992

Browse files
committed
build err
1 parent 105f67a commit 306d992

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

docs/artifacts/cargo/cargo-upstream-source.md

+8-7
Original file line numberDiff line numberDiff line change
@@ -113,15 +113,16 @@ Azure Artifacts recommends having a dedicated feed for consuming crates from cra
113113
replace-with = "<FEED_NAME>"
114114
```
115115
116-
> [NOTE!]
116+
> [!NOTE]
117117
> For anonymous users of the public feed, use the original URL (without *~force-auth*) in your *.cargo/config.toml* file, as shown below:
118-
> ```
119-
[registries]
120-
<FEED_NAME> = { index = "sparse+https://pkgs.dev.azure.com/<ORGANIZATION_NAME>/<PROJECT_NAME>/_packaging/<FEED_NAME>/Cargo/index/" }
118+
>
119+
```
120+
[registries]
121+
<FEED_NAME> = { index = "sparse+https://pkgs.dev.azure.com/<ORGANIZATION_NAME>/<PROJECT_NAME>/_packaging/<FEED_NAME>/Cargo/index/" }
121122

122-
[source.crates-io]
123-
replace-with = "<FEED_NAME>"
124-
```
123+
[source.crates-io]
124+
replace-with = "<FEED_NAME>"
125+
```
125126
>
126127
127128
::: moniker-end

0 commit comments

Comments
 (0)