Skip to content

Commit 6a83fe2

Browse files
authored
chore: Merge conflict resolution in README (#306)
1 parent 4ed4d42 commit 6a83fe2

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,15 @@ NOTE: you must have write permissions to the repository in question. If you're u
1818

1919
## Dependencies on other GitHub Actions
2020

21-
<<<<<<< HEAD
22-
* [Checkout](https://github.com/actions/checkout) Checkout your Git repository content into GitHub Actions agent.
23-
=======
2421
* [Checkout](https://github.com/actions/checkout) your Git repository content into GitHub Actions agent.
25-
>>>>>>> origin/master
2622
* Authenticate using [Azure Web App Publish Profile](https://github.com/projectkudu/kudu/wiki/Deployment-credentials#site-credentials-aka-publish-profile-credentials) or using the [Azure Login Action](https://github.com/Azure/login). Examples of both are given later in this article.
2723

2824
The action supports using publish profile for [Azure Web Apps](https://azure.microsoft.com/services/app-service/web/) (both Windows and Linux) and [Azure Web Apps for Containers](https://azure.microsoft.com/services/app-service/containers/) (both Windows and Linux).
2925

3026
**Note: As of October 2020, Linux web apps will need the app setting `WEBSITE_WEBDEPLOY_USE_SCM` set to `true` before downloading the publish profile from the portal. This requirement will be removed in the future.**
3127

3228
The action does not support multi-container scenario with publish profile.
33-
<<<<<<< HEAD
34-
=======
3529
* Enable [Run from Package](https://docs.microsoft.com/en-us/azure/app-service/deploy-run-package#enable-running-from-package), otherwise remote build will take time and the deployment will take longer.
36-
>>>>>>> origin/master
3730

3831
* To build app code in a specific language based environment, use setup actions:
3932
* [Setup DotNet](https://github.com/actions/setup-dotnet) Sets up a dotnet environment by optionally downloading and caching a version of dotnet by SDK version and adding to PATH.

0 commit comments

Comments
 (0)