Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[C#] fix: Remove public feed from nuget config (#1480)
## Linked issues closes: #minor ## Details * Internal security scan static analysis tool doesn't allow non-Azure Artifcat feeds. However the specified feed will default to the public registry. * This feed is needed as the `Microsoft.ML.Tokenizers` library is yet to be published to the public registry. It should be in about a week. ## Attestation Checklist - [x] My code follows the style guidelines of this project - I have checked for/fixed spelling, linting, and other errors - I have commented my code for clarity - I have made corresponding changes to the documentation (updating the doc strings in the code is sufficient) - My changes generate no new warnings - I have added tests that validates my changes, and provides sufficient test coverage. I have tested with: - Local testing - E2E testing in Teams - New and existing unit tests pass locally with my changes
- Loading branch information