We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f7f70a commit 88ad9bfCopy full SHA for 88ad9bf
appveyor.yml
@@ -24,4 +24,11 @@ deploy:
24
secure: f4XB8xaNhhhgmXZrsv5Yh+JjxgnAXOfBJtbUgPB623n4Z2t/gXcC7fCUg36DK69k
25
on:
26
branch: master
27
- appveyor_repo_tag: true
+ appveyor_repo_tag: true
28
+- provider: GitHub
29
+ auth_token:
30
+ secure: dO4WcfYUtPe0GthXScQVks9h5Su0q8fwoU3jw9J7QORo9LGe8RKzGLKcBb8joU3DqhkA29AMHrVIetSP9mvQ8gfpL1Ie1FOB7VlXiy29yfo=
31
+ artifact: /.*\.nupkg/
32
+ on:
33
+ branch: master
34
src/NativeLibraryUtilities/project.json
@@ -1,5 +1,5 @@
1
{
2
- "version": "1.0.0-beta-*",
+ "version": "424242.0.0-local-*",
3
4
"title": "Native Library Utilities",
5
"description": "Utility library for interfacing with native libraries.",
0 commit comments