Skip to content

Commit

Permalink
Update doc links to nightly build nuget feed (#1053)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisdg authored Feb 2, 2023
1 parent 7f2f857 commit ace1372
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@

## Daily Builds
Daily builds of the Power Fx packages are published to Azure Artifacts.
- The [Azure Artifacts daily feed](https://dev.azure.com/ConversationalAI/BotFramework/_packaging?_a=feed&feed=SDK) carries the most recent packages. To consume them, specify this package source:
- The [Azure Artifacts daily feed](https://dev.azure.com/Power-Fx/Power%20Fx/_artifacts/feed/PowerFx) carries the most recent packages. To consume them, specify this package source:
```
https://pkgs.dev.azure.com/ConversationalAI/BotFramework/_packaging/SDK/nuget/v3/index.json
https://pkgs.dev.azure.com/Power-Fx/7dd30b4a-31be-4ac9-a649-e6addd4d5b0a/_packaging/PowerFx/nuget/v3/index.json
```

- For detailed instructions [visit this page](dailyBuilds.md).
Expand Down
6 changes: 3 additions & 3 deletions dailyBuilds.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Connect to the feed

Daily NuGet packages for Power Fx are published to [`Azure Artifacts`](https://dev.azure.com/ConversationalAI/BotFramework/_packaging?_a=feed&feed=SDK) (filter by "PowerFx").
Daily NuGet packages for Power Fx are published to [`Azure Artifacts`](https://dev.azure.com/Power-Fx/Power%20Fx/_artifacts/feed/PowerFx).

Follow the configuration steps below, depending on your case:

Expand All @@ -14,7 +14,7 @@ Add a nuget.config file to your project in the same folder as your .csproj or .s
<configuration>
<packageSources>
<clear />
<add key="SDK" value="https://pkgs.dev.azure.com/ConversationalAI/BotFramework/_packaging/SDK/nuget/v3/index.json" />
<add key="SDK" value="https://pkgs.dev.azure.com/Power-Fx/7dd30b4a-31be-4ac9-a649-e6addd4d5b0a/_packaging/PowerFx/nuget/v3/index.json" />
</packageSources>
</configuration>
```
Expand All @@ -33,7 +33,7 @@ SDK
```
Source
```
https://pkgs.dev.azure.com/ConversationalAI/BotFramework/_packaging/SDK/nuget/v3/index.json
https://pkgs.dev.azure.com/Power-Fx/7dd30b4a-31be-4ac9-a649-e6addd4d5b0a/_packaging/PowerFx/nuget/v3/index.json
```
`Note: You need to do this on every machine that needs access to your packages. Use the command line instructions above if you want to complete the setup once and check it in to your repository.`

Expand Down

0 comments on commit ace1372

Please sign in to comment.