Skip to content

Commit

Permalink
Updated deployment.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlebansais committed Oct 5, 2020
1 parent 8a1de11 commit 490fdc3
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CAcertInstall/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
[assembly: ThemeInfo(ResourceDictionaryLocation.None, ResourceDictionaryLocation.SourceAssembly)]
[assembly: NeutralResourcesLanguage("en-US")]

[assembly: AssemblyVersion("1.0.0.188")]
[assembly: AssemblyFileVersion("1.0.0.187")]
[assembly: AssemblyVersion("1.0.1.189")]
[assembly: AssemblyFileVersion("1.0.1.189")]
17 changes: 17 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,20 @@ test:
except:
- CAcertInstall.dll
- Test-CAcertInstall.dll

artifacts:
- path: CAcertInstall/bin/
name: CAcertInstall

deploy:
- provider: GitHub
release: '%APPVEYOR_REPO_TAG_NAME%'
description: '%APPVEYOR_REPO_COMMIT_MESSAGE%'
auth_token:
secure: dUpQSnUT5/m88z1BqHNnRjaxxZzz09CmyqFJr/cAyWjqKeLgnKunlIZlEKAXlNIm
artifact: CAcertInstall
draft: true
prerelease: false
on:
branch: master
APPVEYOR_REPO_TAG: true

0 comments on commit 490fdc3

Please sign in to comment.