Skip to content

Commit 9e6a402

Browse files
authored
Update README.md
1 parent b97aedf commit 9e6a402

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ WebAppDownloader is a simple console application where you can download the cont
66
# Application Design
77
Application consist of a startup project and two other projects ApplicationServices and Shared. Startup project is the entry point to the project and DI configured in. ApplicationServices project consists of service interfaces and the implementations. Mainly this layer contains all application logic. Shared project has helpers and that can be referenced to any other layers.
88

9-
This solution has two main branches main and dev. Also two feature branches origin from dev. Dev branch has branch policies implemented. It enforces to raise PR when feature branches are merge to the dev brach. Every changes made to the dev branch will triggered the continuous integration pipeline. It will check the build satus to complete the merge and display the build status in the GitHub.
9+
This solution has two main branches main and dev. Also two feature branches origin from dev. Dev branch has branch policies implemented. It enforces to raise PR when feature branches are merge to the dev brach. Every changes made to the dev branch will triggered the continuous integration pipeline. It will check the build satus to be success for merge branches and display the build status in the GitHub.
1010

11+
# How to run the Application?
12+
Application has built using .NetCore 3.1. Download or fork the repository. You will be able to run the application using visual studio or visual studio code. Set Startup project to be Startup. If you need executable file please publish the application. Change the file download path and web app url accordingly using appsettings.json.
1113

14+
Note : Download performance improved solution added under the branch feature/improvement_download_website.
1215

0 commit comments

Comments
 (0)