forked from dotnet/installer
-
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.
Bring Host build into separate project
- Loading branch information
Showing
76 changed files
with
1,065 additions
and
320 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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
277 changes: 11 additions & 266 deletions
277
scripts/dotnet-cli-build/CompileTargets.cs → ...ojects/dotnet-cli-build/CompileTargets.cs
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
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 |
---|---|---|
|
@@ -552,3 +552,4 @@ private static void DownloadPackagesForPush(string pathToDownload) | |
} | ||
} | ||
} | ||
|
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"version": "1.0.0-*", | ||
"description": "Build scripts for dotnet-cli", | ||
"compilationOptions": { | ||
"emitEntryPoint": true | ||
}, | ||
"dependencies": { | ||
"NETStandard.Library": "1.5.0-rc2-24027", | ||
"Microsoft.CSharp": "4.0.1-rc2-24027", | ||
"System.Dynamic.Runtime": "4.0.11-rc2-24027", | ||
"System.Reflection.Metadata": "1.3.0-rc2-24027", | ||
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027", | ||
"System.Xml.XmlSerializer": "4.0.11-rc2-24027", | ||
"WindowsAzure.Storage": "6.2.2-preview", | ||
|
||
"Microsoft.DotNet.Cli.Build.Framework": {"target":"project"}, | ||
"shared-build-targets-utils": {"target": "project"} | ||
}, | ||
"frameworks": { | ||
"netcoreapp1.0": { | ||
"imports": [ | ||
"dnxcore50", | ||
"portable-net45+win8" | ||
] | ||
} | ||
} | ||
} |
Oops, something went wrong.