-
Notifications
You must be signed in to change notification settings - Fork 322
Common | Wire Manual Tests to Common MDS (part 2) #3940
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
Merged
+203
−576
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
ecdbdb0
Cleanup AKV provider project file
benrr101 a38293c
Point AKV provider at common MDS project
benrr101 88f53ca
Point custom retry logic provider at common MDS
benrr101 3a799e7
Point manual tests against CommonTest and Common MDS projects.
benrr101 97580fb
Remove BuildManualTests* build.proj targets - they are no longer nece…
benrr101 9014548
RunManualTests* build.proj targets now build the project and dependen…
benrr101 1361d3e
Cleanup filter/collect/blame arguments for test targets, ensure test …
benrr101 8c33e24
Remove BuildTests* targets from build.proj, remove from pipelines.
benrr101 a6d9932
Drop build-all-tests-step.yml since it no longer does anything
benrr101 1ecb6c0
Remove AKV build from before test execution - it is now built as a de…
benrr101 d67226f
Remove manual tests from the restoretests* targets
benrr101 f968fa7
Remove RestoreTests* targets as they were doing nothing and not being…
benrr101 65e3f6c
Someone didn't add their new pipeline files to the solution... tsk ts…
benrr101 e2aa797
Remove Common.csproj. Use Microsoft.Data.SqlClient.TestCommon going f…
benrr101 4d0b490
Update buildguide
benrr101 fcafada
Typos
benrr101 6ba2179
Merge main and fix comment from Paul
benrr101 618991c
Make nuget.config.local the nuget.config
benrr101 2a67d11
Remove nuget.config switches from pipelines
benrr101 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,18 +1,23 @@ | ||
| <?xml version="1.0" encoding="utf-8"?> | ||
| <configuration> | ||
| <packageSources> | ||
|
|
||
| <!-- Clear all inherited feeds. --> | ||
| <clear /> | ||
|
|
||
| <!-- | ||
| We do not use the public nuget.org feed. Instead, we use a governed feed maintained by our | ||
| SqlClientDrivers ADO organization. Packages must be individually vetted and added to this | ||
| We do not use the public nuget.org feed. Instead, we use a governed feed maintained by our | ||
| SqlClientDrivers ADO organization. Packages must be individually vetted and added to this | ||
| feed manually before they will be available for consumption by our builds. | ||
|
|
||
| https://sqlclientdrivers.visualstudio.com/public/_artifacts/feed/sqlclient | ||
| --> | ||
| <add key="governed" value="https://sqlclientdrivers.pkgs.visualstudio.com/public/_packaging/sqlclient/nuget/v3/index.json" /> | ||
|
|
||
| <!-- | ||
| This package source is used by developers and our pipelines builds when we need to reference | ||
| packages that are not available on the public nuget.org feed, for example to test MDS that | ||
| depends on a version of Abstractions that was just built in the workspace. | ||
| --> | ||
| <add key="local" value="packages/" /> | ||
benrr101 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| </packageSources> | ||
| </configuration> | ||
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.