We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be82faa commit 5ba134bCopy full SHA for 5ba134b
.appveyor.yml
@@ -2,7 +2,7 @@ image: Visual Studio 2017
2
build_script:
3
- ps: .\build.ps1
4
test: off
5
-after_test:
+after_build:
6
- "SET PATH=C:\\Python34;C:\\Python34\\Scripts;%PATH%"
7
- pip install codecov
8
- - codecov -f "MyProject_coverage.xml"
+ - codecov -f "./artifacts/coverage/coverage.xml"
GitVersion.yml
@@ -0,0 +1,5 @@
1
+assembly-versioning-scheme: MajorMinorPatch
+mode: ContinuousDeployment
+branches:
+ master:
+ tag: alpha
0 commit comments