Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
r-Larch committed Sep 8, 2019
1 parent dfa1f27 commit c10c28e
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 1 deletion.
1 change: 1 addition & 0 deletions HeroldAt.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
<None Include="appveyor.yml" />
<None Include="packages.config" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# HeroldBot

A simple BOT/Tool to crawl addresses from herold.at
[![Build status](https://ci.appveyor.com/api/projects/status/qxcdt6bfiyae2dww/branch/master?svg=true)](https://ci.appveyor.com/project/r-Larch/heroldbot/branch/master)

A simple BOT/Tool to crawl addresses from herold.at and gelbeseiten.de

35 changes: 35 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
image: Visual Studio 2019

version: 1.0.{build}
configuration: Release
platform: Any CPU

before_build:
- cmd: nuget restore

assembly_info:
patch: true
file: AssemblyInfo.*
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}-rc1'

build:
verbosity: minimal
project: HeroldAt.sln

artifacts:
- path: bin\$(configuration)\*.exe

deploy:
release: v$(appveyor_build_version)
# description: 'Release description'
provider: GitHub
auth_token:
secure: zYHtyBs13JvlzMOq5tFTt6qCGLGBKEBNGK0Ho/c9ZsuknYU5M62uYMymS66cxgDH
# artifact: /.*\.nupkg/ # upload all NuGet packages to release assets
draft: false
prerelease: false
on:
branch: master # release from master branch only
# APPVEYOR_REPO_TAG: true # deploy on tag push only

0 comments on commit c10c28e

Please sign in to comment.