-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Always use live host #71725
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
Always use live host #71725
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
eef9cf9
Always use live host
agocke 7617e9f
Respond to PR comments
agocke fd4336b
Move host subset to the end
agocke 3a1bbef
Copy over host DLLs to runtime artifacts
agocke 5bf7ff4
Update eng/liveBuilds.targets
agocke 723f2c2
Merge remote-tracking branch 'upstream/main' into live-host
agocke 78e9ed6
Skip host files on mobile and remove duplicates
agocke c094df7
Don't include symbols in RuntimeFiles
agocke 1c791ef
Port over comment
agocke cb2396b
Merge remote-tracking branch 'upstream/main' into live-host
agocke 54a0f07
Only set up test host if the host partition was actually built
agocke 679c016
Mark files as native
agocke b26c45f
Build host in libraries build
agocke 6dfc65d
Merge remote-tracking branch 'upstream/main' into live-host
agocke 11511ab
Use different CMake no cache command for older cmake
agocke a8eb2f7
Remove obsolete packages
agocke f6519af
Remove references to host pkgprojs
agocke 914fead
Use a container for libraries test run jobs now that they need to bui…
agocke 0600bbd
Merge remote-tracking branch 'upstream/main' into live-host
agocke 9f70db0
Typo
agocke bf1415b
Add crossBuild parameter to libraries run-test-job
agocke 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
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
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
17 changes: 0 additions & 17 deletions
17
src/installer/pkg/projects/Microsoft.NETCore.DotNetHost/Microsoft.NETCore.DotNetHost.pkgproj
This file was deleted.
Oops, something went wrong.
19 changes: 0 additions & 19 deletions
19
...kg/projects/Microsoft.NETCore.DotNetHostPolicy/Microsoft.NETCore.DotNetHostPolicy.pkgproj
This file was deleted.
Oops, something went wrong.
22 changes: 0 additions & 22 deletions
22
...rojects/Microsoft.NETCore.DotNetHostResolver/Microsoft.NETCore.DotNetHostResolver.pkgproj
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,9 +1,6 @@ | ||
| <Project Sdk="Microsoft.Build.Traversal" DefaultTargets="Pack"> | ||
| <ItemGroup> | ||
| <ProjectReference Include="Microsoft.NETCore.DotNetAppHost\Microsoft.NETCore.DotNetAppHost.pkgproj" /> | ||
| <ProjectReference Include="Microsoft.NETCore.DotNetHost\Microsoft.NETCore.DotNetHost.pkgproj" /> | ||
| <ProjectReference Include="Microsoft.NETCore.DotNetHostPolicy\Microsoft.NETCore.DotNetHostPolicy.pkgproj" /> | ||
| <ProjectReference Include="Microsoft.NETCore.DotNetHostResolver\Microsoft.NETCore.DotNetHostResolver.pkgproj" /> | ||
| <ProjectReference Include="@(ProjectReference)" AdditionalProperties="PackageTargetRuntime=$(OutputRid)" /> | ||
| </ItemGroup> | ||
| </Project> |
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
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.