This repository was archived by the owner on Apr 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1k
dotnet-commands Command #6
Closed
Closed
Conversation
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
… generator lkg based test
… script to put on path
Member
|
@brthor Nice I think we should discuss this as our changes will conflict. The driver should be in c# also the commands for compile/publish will be in c# |
Author
|
Thanks @davidfowl . This PR is only for the debian packaging scripts (which use some driver's binaries) though and a simple bash script for the dotnet-commands command. There is no driver included. |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Author
|
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
wli3
pushed a commit
to wli3/cli
that referenced
this pull request
Jul 14, 2017
Adds xUnit test results to Jenkins PRs. Addresses dotnet#6
ravimeda
added a commit
that referenced
this pull request
Aug 4, 2017
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.
Command to list all available commands available on the path.
Works by searching for the dotnet- prefix.
Only the last two commits are interesting here.
The command exists at dotnet_package/builtins/dotnet-commands
Resolves #2