This repository was archived by the owner on Aug 1, 2021. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11version : 1.0.{build}
22image : Visual Studio 2017
3- dotnet_csproj :
4- patch : true
5- file : ' ./src/JpProject.sln'
6- version : ' {version}'
7- package_version : ' {version}'
3+ branches :
4+ only :
5+ - master
6+ pull_requests :
7+ do_not_increment_build_number : true
8+ init :
9+ # Good practice, because Windows line endings are different from Unix/Linux ones
10+ - cmd : git config --global core.autocrlf true
811before_build :
9- - cmd : >-
10- dotnet restore
11-
12- dotnet build
13- build :
14- verbosity : minimal
12+ # Display .NET Core version
13+ - cmd : dotnet --version
14+ # Display minimal restore text
15+ - cmd : dotnet restore ./src --verbosity m
16+ build_script :
17+ - cmd : dotnet build ./src
Original file line number Diff line number Diff line change @@ -113,11 +113,11 @@ included in the project:
113113.. code ::
114114
115115 # Clone your fork of the repo into the current directory
116- git clone https://github.com/<your-username>/free-bootstrap-admin-template .git
116+ git clone https://github.com/<your-username>/JP-Project .git
117117 # Navigate to the newly cloned directory
118118 cd free-bootstrap-admin-template
119119 # Assign the original repo to a remote called "upstream"
120- git remote add upstream https://github.com/coreui/coreui-free-bootstrap-admin-template .git
120+ git remote add upstream https://github.com/brunohbrito/JP-Project .git
121121
122122
123123 2. If you cloned a while ago, get the latest changes from upstream:
You can’t perform that action at this time.
0 commit comments