forked from dotnet/runtime
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove UAP target (dotnet/corefx#41759)
* Remove Uap target * Remove RemoteInvokeForUap wrapper calls entirely * Harvest S.D.SqlClient on UWP * Disable UWP PInvoke analyzer * Enable WindowsRuntime* tests on netcoreapp Commit migrated from dotnet/corefx@3b6ec2b
- Loading branch information
1 parent
ae6539e
commit 9b88ca1
Showing
1,431 changed files
with
5,219 additions
and
13,463 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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 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 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 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 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 was deleted.
Oops, something went wrong.
This file contains 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 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 |
---|---|---|
|
@@ -46,13 +46,7 @@ stages: | |
_BuildConfig: Release | ||
_architecture: x86 | ||
_framework: netfx | ||
_helixQueues: $(uapNetfxQueues) | ||
|
||
UAP_x64_Debug: | ||
_BuildConfig: Debug | ||
_architecture: x64 | ||
_framework: uap | ||
_helixQueues: $(uapNetfxQueues) | ||
_helixQueues: $(netFxQueues) | ||
|
||
# Full test matrix | ||
${{ if eq(parameters.fullMatrix, 'true') }}: | ||
|
@@ -74,23 +68,16 @@ stages: | |
_BuildConfig: Release | ||
_architecture: x86 | ||
_framework: netfx | ||
_helixQueues: $(uapNetfxQueues) | ||
_helixQueues: $(netFxQueues) | ||
_skipPublishPackages: true # In NETFX leg we don't produce packages | ||
|
||
NETFX_x64_Release: | ||
_BuildConfig: Release | ||
_architecture: x64 | ||
_framework: netfx | ||
_helixQueues: $(uapNetfxQueues) | ||
_helixQueues: $(netFxQueues) | ||
_skipPublishPackages: true # In NETFX leg we don't produce packages | ||
|
||
UAP_x64_Release: | ||
_BuildConfig: Release | ||
_architecture: x64 | ||
_framework: uap | ||
_helixQueues: $(uapNetfxQueues) | ||
_skipPublishPackages: true # In UWP we don't produce packages | ||
|
||
pool: | ||
name: Hosted VS2017 | ||
|
||
|
@@ -99,7 +86,7 @@ stages: | |
|
||
variables: | ||
- nanoQueues: "`(Windows.Nano.1809.Amd64.Open`)[email protected]/dotnet-buildtools/prereqs:nanoserver-1809-helix-amd64-61052b7-20190723211353" | ||
- uapNetfxQueues: Windows.10.Amd64.ClientRS5.Open | ||
- netFxQueues: Windows.10.Amd64.ClientRS5.Open | ||
|
||
- ${{ if eq(parameters.fullMatrix, 'false') }}: | ||
- netcoreappWindowsQueues: Windows.7.Amd64.Open+Windows.81.Amd64.Open+Windows.10.Amd64.Client19H1.ES.Open | ||
|
This file contains 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 |
---|---|---|
|
@@ -14,7 +14,6 @@ | |
netcoreapp2.0; | ||
netcoreapp3.0; | ||
netcoreapp; | ||
uap10.0.16299; | ||
</BuildConfigurations> | ||
</PropertyGroup> | ||
</Project> |
Oops, something went wrong.