Skip to content
This repository was archived by the owner on Aug 1, 2021. It is now read-only.

Commit abb58f0

Browse files
committed
App veyor
1 parent c01b12b commit abb58f0

2 files changed

Lines changed: 16 additions & 13 deletions

File tree

appveyor.yml

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
version: 1.0.{build}
22
image: 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
811
before_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

docs/intro/contributing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)