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

Commit

Permalink
Remove mentions of dotnet-compile
Browse files Browse the repository at this point in the history
There were still README.md files in the dotnet-compile and dotnet-compile-csc folders.
There was also a reference to it in dotnet-publish README.md doc. Removed that.

Fix #2622
  • Loading branch information
Zlatko Knezevic committed May 13, 2016
1 parent 66350ca commit 2161ab5
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 214 deletions.
65 changes: 0 additions & 65 deletions src/dotnet/commands/dotnet-compile-csc/README.md

This file was deleted.

68 changes: 0 additions & 68 deletions src/dotnet/commands/dotnet-compile-native/README.md

This file was deleted.

79 changes: 0 additions & 79 deletions src/dotnet/commands/dotnet-compile/README.md

This file was deleted.

4 changes: 2 additions & 2 deletions src/dotnet/commands/dotnet-publish/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dotnet-publish [--framework]

## DESCRIPTION

`dotnet-publish` compiles the application, reads through its dependencies specified in `project.json` and publishes the resulting set of files to a directory.
`dotnet-publish` builds the application, reads through its dependencies specified in `project.json` and publishes the resulting set of files to a directory.

Depending on the type of portable app, the directory contains the following:

Expand Down Expand Up @@ -83,4 +83,4 @@ exist in the `project.json` `runtimes` node.

## SEE ALSO

dotnet-restore(1), dotnet-compile(1)
dotnet-restore(1), dotnet-build(1)

0 comments on commit 2161ab5

Please sign in to comment.