Skip to content

Commit

Permalink
Deployment to nuget.org
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveGilham committed Dec 18, 2017
1 parent 317d837 commit 9a92ae4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Build/build.fsx
Expand Up @@ -62,7 +62,7 @@ Target "SetVersion" (fun _ ->
let key = BitConverter.ToString pair.PublicKey

CreateFSharpAssemblyInfo "./_Generated/AssemblyVersion.fs"
[Attribute.Version "0.1.0.0"
[Attribute.Version "0.5.0.0"
Attribute.FileVersion version
Attribute.Company "Steve Gilham"
Attribute.Product "AltCover"
Expand Down
8 changes: 7 additions & 1 deletion appveyor.yml
@@ -1,4 +1,4 @@
version: 0.1.{build}
version: 0.5.{build}
branches:
except:
- /develop.*/
Expand All @@ -22,6 +22,12 @@ test:
artifacts:
- path: _Packaging\*.nupkg
name: NuGet
deploy:
- provider: NuGet
api_key:
secure: xkwBh+Yq1rXo/MzI5CdoGrLO8a3h73c3BaOFLQSgzE+uulMhOHYeHdPHXGWd9vRA
on:
branch: /release.*/
notifications:
- provider: Slack
incoming_webhook:
Expand Down

0 comments on commit 9a92ae4

Please sign in to comment.