Skip to content

Commit

Permalink
Merge pull request #26 from Genometric/master
Browse files Browse the repository at this point in the history
Release v2.0.0
  • Loading branch information
VJalili authored Feb 1, 2018
2 parents 519aece + e56912b commit 18c1a40
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ after_test:
Invoke-WebRequest -Uri 'https://codecov.io/bash' -OutFile codecov.sh
on_finish :
# any cleanup in here
deploy: off

deploy: off

# override common configuration for each branch
for:
Expand Down Expand Up @@ -55,3 +55,13 @@ for:
$env:PATH = 'C:\msys64\usr\bin;' + $env:PATH
Invoke-WebRequest -Uri 'https://codecov.io/bash' -OutFile codecov.sh
bash codecov.sh -f "GeUtilities.Tests/GeUtilities_coverage.xml" -t $env:codecovtoken
artifacts:
- path: GeUtilities/bin/Release/Genometric.GeUtilities*.nupkg
name: GeUtilities

deploy:
provider: NuGet
api_key:
secure: 0ubG+Z4SGof+VEFEQD4Gm5JIb4L6+lMq3pnRfUhim5RLUw+JaC5Qx9dBMWZ9JRuD
skip_symbols: false

0 comments on commit 18c1a40

Please sign in to comment.