-
Notifications
You must be signed in to change notification settings - Fork 322
Azure Split - Step 3 - Tie Everything Together #3908
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
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
1f11388
Task 41737: Merge feat/azure-split to main: Step 3 - Tie everything t…
paulmedynski bf0b91a
Task 41737: Merge feat/azure-split to main: Step 3 - Tie everything t…
paulmedynski af49e59
Task 41737: Merge feat/azure-split to main: Step 3 - Tie everything t…
paulmedynski dbb1e15
Task 41737: Merge feat/azure-split to main: Step 3 - Tie everything t…
paulmedynski 313e26a
Task 41737: Merge feat/azure-split to main: Step 3 - Tie everything t…
paulmedynski ad7ea2f
Task 41737: Merge feat/azure-split to main: Step 3 - Tie everything t…
paulmedynski 19c0963
Task 41737: Merge feat/azure-split to main: Step 3 - Tie everything t…
paulmedynski 86f06f6
- Fixed missing SNI DLLs for .NET Framework in Project reference tests.
paulmedynski eac8d45
Trying to fix test filters with quoted filter expression, since it co…
paulmedynski 1544e3c
Task 41737: Merge feat/azure-split to main: Step 3 - Tie everything t…
paulmedynski 406aad1
Task 41737: Merge feat/azure-split to main: Step 3 - Tie everything t…
paulmedynski 48fa3a9
Merge branch 'main' into dev/paul/azure/step3
paulmedynski 5685229
Task 41737: Merge feat/azure-split to main: Step 3 - Tie everything t…
paulmedynski df540b1
Task 41737: Merge feat/azure-split to main: Step 3 - Tie everything t…
paulmedynski ef0a194
Task 41737: Merge feat/azure-split to main: Step 3 - Tie everything t…
paulmedynski 4f9c47b
Task 41737: Merge feat/azure-split to main: Step 3 - Tie everything t…
paulmedynski 646a942
Merge branch 'main' into dev/paul/azure/step3
mdaigle cc3917e
Merge branch 'main' into dev/paul/azure/step3
paulmedynski 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
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
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,18 @@ | ||
| <?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 feed manually before they will | ||
| be available for consumption by our builds. | ||
| 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" /> | ||
|
|
||
| </packageSources> | ||
| </configuration> |
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,16 +1,25 @@ | ||
| <?xml version="1.0" encoding="utf-8"?> | ||
| <!-- | ||
| This NuGet config 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 AKV that depends on an un-published version of MDS. | ||
| --> | ||
| <configuration> | ||
| <packageSources> | ||
|
|
||
| <!-- Clear all inherited feeds. --> | ||
| <clear /> | ||
| <!-- The normal feed. --> | ||
|
|
||
| <!-- | ||
| 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" /> | ||
|
|
||
| <!-- Our local packages/ directory. --> | ||
| <!-- | ||
| 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/" /> | ||
|
|
||
| </packageSources> | ||
| </configuration> |
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
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.