Skip to content

Commit

Permalink
Minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
guardrex committed Aug 16, 2018
1 parent c6c9d26 commit 412c2cd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ When multiple hosting startup assembles are present, their [Configure](/dotnet/a

Three options for hosting startup activation are:

* [Runtime store](#runtime-store) – Activation doesn't require a compile-time reference for activation. The sample app places the hosting startup assembly and dependencies files into a folder, *deployment*, to facilitate deployment of the hosting startup in a multi-machine environment. The *deployment* folder also includes a PowerShell script that creates or modifies environment variables on the deployment system to enable the hosting startup.
* [Runtime store](#runtime-store) – Activation doesn't require a compile-time reference for activation. The sample app places the hosting startup assembly and dependencies files into a folder, *deployment*, to facilitate deployment of the hosting startup in a multimachine environment. The *deployment* folder also includes a PowerShell script that creates or modifies environment variables on the deployment system to enable the hosting startup.
* Compile-time reference required for activation
- [NuGet package](#nuget-package)
- [Project bin folder](#project-bin-folder)
Expand Down Expand Up @@ -229,7 +229,7 @@ For examples of how to set environment variables for various operating systems,

**Deployment**

To facilitate the deployment of a hosting startup in a multi-machine environment, the sample app creates a *deployment* folder in published output that contains:
To facilitate the deployment of a hosting startup in a multimachine environment, the sample app creates a *deployment* folder in published output that contains:

* The hosting startup assembly.
* The hosting startup dependencies file.
Expand Down

0 comments on commit 412c2cd

Please sign in to comment.