This repository has been archived by the owner on Apr 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Conversation
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
… generator lkg based test
… script to put on path
…eed driver binaries checked in
Going to integrate feedback and features from other discussions we've had and submit a new PR. |
Merged
wli3
pushed a commit
to wli3/cli
that referenced
this pull request
Jul 14, 2017
Use netstandard1.3 in our tasks library.
ravimeda
added a commit
that referenced
this pull request
Aug 4, 2017
akrisiun
pushed a commit
to akrisiun/dotnet-cli
that referenced
this pull request
Mar 13, 2019
This was referenced May 1, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
These are the files supporting the dotnet debian package build.
It includes manpage generation from the docs.json file. See dotnet_package/build_tools/tests/testdocs.json for an example of the full spec.
It currently pulls down dnu during install, and puts it on the path as dotnet_dnu so as not to override any existing installations. It uses dnu to restore the Standard Library (Microsoft.NETCore.Console) and CoreCLR (Which is currently needed to run the driver) during install.
To build the package (Tested only on Ubuntu 14.04 x64)
To Build, Install, and Test Baseline functionality ( test_dotnet_exists is currently failing until the driver gets checked in)