You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,6 +84,7 @@ The installation instructions form two parts - normal web role installation and
84
84
1. Execute the following in the Package Manager Console (or use the GUI): `Install-Package AzureWebFarm.OctopusDeploy`
85
85
* Make sure it installs into the web project
86
86
* When prompted that a file has been modified click **"Reload"**
87
+
* If prompted that a file already exists ie `WebRole.cs`, you should allow NuGet to override it with the file from our package
87
88
2. (optional) [Debug locally](#local-debugging)
88
89
3. Ensure that the `ServiceConfiguration.Cloud.cscfg` file has correct values for the `OctopusServer`, `OctopusApiKey`, `TentacleEnvironment` and `TentacleRole` variables
0 commit comments