Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix nuget8.config path in docs #5351

Merged
merged 1 commit into from
Aug 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tests/Aspire.Workload.Tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ The sdk in `artifacts/bin/dotnet-latest` is usable outside the repo at this poin
- The environment needs to be set up to use this. It can be done manually with:
- Add `/path-to-aspire-repo/artifacts/bin/dotnet-latest` to `PATH`.
- Add `artifacts/packages/$(Configuration)/Shipping` as a nuget source for your projects, so the locally built packages can be picked up.
- `tests/Aspire.Workload.Tests/data/nuget8.config` can be used as a template for this, or you can add it manually to your `nuget.config`
- `tests/Shared/WorkloadTesting/data/nuget8.config` can be used as a template for this, or you can add it manually to your `nuget.config`
- This `nuget8.config` uses the environment variable `BUILT_NUGETS_PATH`, so set `BUILT_NUGETS_PATH=/path-to-aspire/artifacts/packages/$(Configuration)/Shipping`

- An alternative way is to use `source /path-to-aspire-repo/dogfood.sh` on Linux/macOS.
- Copy `tests/Aspire.Workload.Tests/data/nuget8.config nuget.config`
- Copy `tests/Shared/WorkloadTesting/data/nuget8.config nuget.config`
- and set `BUILT_NUGETS_PATH=/path-to-aspire/artifacts/packages/$(Configuration)/Shipping`

## Inner loop tips
Expand Down