Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Dotnet Debian Package #5

Closed
wants to merge 12 commits into from
Closed

Dotnet Debian Package #5

wants to merge 12 commits into from

Conversation

brthor
Copy link

@brthor brthor commented Oct 6, 2015

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)

$ ./build.sh

To Build, Install, and Test Baseline functionality ( test_dotnet_exists is currently failing until the driver gets checked in)

$ ./testpackage.sh

@brthor
Copy link
Author

brthor commented Oct 9, 2015

Going to integrate feedback and features from other discussions we've had and submit a new PR.

@brthor brthor closed this Oct 9, 2015
@gkhanna79 gkhanna79 mentioned this pull request Dec 19, 2015
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
* Get latest version info from latest.version file. (#5)

* Switch to master branch.

* Addressed PR feedback (#6)

* Addressed PR feedback - part 2. (#7)
akrisiun pushed a commit to akrisiun/dotnet-cli that referenced this pull request Mar 13, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant