Skip to content

Commit 88ad9bf

Browse files
committed
Updates local version to always be highest, and sets deploys for appveyor
1 parent 9f7f70a commit 88ad9bf

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

appveyor.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,11 @@ deploy:
2424
secure: f4XB8xaNhhhgmXZrsv5Yh+JjxgnAXOfBJtbUgPB623n4Z2t/gXcC7fCUg36DK69k
2525
on:
2626
branch: master
27-
appveyor_repo_tag: true
27+
appveyor_repo_tag: true
28+
- provider: GitHub
29+
auth_token:
30+
secure: dO4WcfYUtPe0GthXScQVks9h5Su0q8fwoU3jw9J7QORo9LGe8RKzGLKcBb8joU3DqhkA29AMHrVIetSP9mvQ8gfpL1Ie1FOB7VlXiy29yfo=
31+
artifact: /.*\.nupkg/
32+
on:
33+
branch: master
34+
appveyor_repo_tag: true

src/NativeLibraryUtilities/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0-beta-*",
2+
"version": "424242.0.0-local-*",
33

44
"title": "Native Library Utilities",
55
"description": "Utility library for interfacing with native libraries.",

0 commit comments

Comments
 (0)