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

Commit

Permalink
Merge pull request #3032 from blackdwarf/removecompiledocs
Browse files Browse the repository at this point in the history
Remove mentions of dotnet-compile
  • Loading branch information
eerhardt committed May 16, 2016
2 parents 2452982 + 2161ab5 commit 864145a
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 864145a

Please sign in to comment.