This repository was archived by the owner on Jan 23, 2023. It is now read-only.
-
Couldn't load subscription status.
- Fork 217
Changes to prepare for consolidation #8593
Merged
jkoritzinsky
merged 10 commits into
dotnet:master
from
jkoritzinsky:backport-consolidation-merge
Oct 18, 2019
Merged
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
f0a616d
Write an empty global.json for tests so they don't use the repo's glo…
jkoritzinsky 0db4f09
Create new SetupRoot variable that represents the root of core-setup.…
jkoritzinsky 7f12a6b
regenerate-readme-table should always target the root README.
jkoritzinsky 527f994
Make pack-managed.proj an SDK project.
jkoritzinsky 8fc792d
Make the root directory of the repository configurable in corehost/bu…
jkoritzinsky cb85776
Merge branch 'master' of https://github.com/dotnet/core-setup into ba…
jkoritzinsky 445240a
Rename LICENSE.TXT to LICENSE. Set properties for the Microsoft.DotNe…
jkoritzinsky 22e69a2
Merge branch 'master' of https://github.com/dotnet/core-setup into ba…
jkoritzinsky 3e94aef
Update Microsoft.DotNet.Build.SharedFramework.Sdk version.
jkoritzinsky 2c48740
Update eng/Version.Details.xml
jkoritzinsky 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
File renamed without changes.
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,19 +1,24 @@ | ||
| <Project> | ||
| <Import Project="Sdk.props" Sdk="Microsoft.NET.Sdk" /> | ||
|
|
||
| <PropertyGroup> | ||
| <TargetFramework>$(NETCoreAppFramework)</TargetFramework> | ||
| </PropertyGroup> | ||
|
|
||
| <Import Project="Sdk.targets" Sdk="Microsoft.NET.Sdk" /> | ||
|
|
||
| <!-- | ||
| Ensure managed binaries are signed (if necessary) then call the Pack target on them. These | ||
| packages are used in other parts of the build, so this can't wait for Arcade's Pack stage. | ||
| --> | ||
| <Target Name="Build"> | ||
| <MSBuild Projects="$(RepoRoot)signing\SignBinaries.proj" Targets="Build" /> | ||
| <MSBuild Projects="$(SetupRoot)signing\SignBinaries.proj" Targets="Build" /> | ||
|
|
||
| <ItemGroup> | ||
| <ManagedProject Include="$(RepoRoot)src\managed\**\*.csproj" /> | ||
| <ManagedProject Include="$(SetupRoot)src\managed\**\*.csproj" /> | ||
| </ItemGroup> | ||
|
|
||
| <MSBuild Projects="@(ManagedProject)" Targets="Pack" /> | ||
| </Target> | ||
|
|
||
| <Target Name="Test" /> | ||
|
|
||
| </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
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.