Skip to content

Commit 256beaf

Browse files
committed
Update build script
1 parent de32e3e commit 256beaf

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

appveyor.yml

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,14 @@ build:
2121
after_build:
2222
- cmd: NuGet pack
2323

24-
before_test:
25-
- choco install opencover.portable
26-
- choco install codecov
27-
28-
test_script:
29-
- OpenCover.Console.exe -register:user -target:"C:\Program Files\dotnet\dotnet.exe" -targetargs:"test --framework net46 --verbosity q"
30-
31-
after_test:
32-
- codecov -f "results.xml"
33-
3424
artifacts:
3525
- path: 'Unity.*.nupkg'
3626
name: 'Unity'
3727

28+
# publish NuGet package on tag build
29+
deploy:
30+
- provider: NuGet
31+
api_key:
32+
secure: oy2bh5r6l2tktqiulxea6rpj73yb6cgelcmhx4sl5yjd44
33+
on:
34+
appveor_repo_tag: true

0 commit comments

Comments
 (0)