Skip to content

Commit 5ba134b

Browse files
Added giversion config
1 parent be82faa commit 5ba134b

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.appveyor.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ image: Visual Studio 2017
22
build_script:
33
- ps: .\build.ps1
44
test: off
5-
after_test:
5+
after_build:
66
- "SET PATH=C:\\Python34;C:\\Python34\\Scripts;%PATH%"
77
- pip install codecov
8-
- codecov -f "MyProject_coverage.xml"
8+
- codecov -f "./artifacts/coverage/coverage.xml"

GitVersion.yml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
assembly-versioning-scheme: MajorMinorPatch
2+
mode: ContinuousDeployment
3+
branches:
4+
master:
5+
tag: alpha

0 commit comments

Comments
 (0)