Skip to content

Commit

Permalink
Setup Appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
Elias Ruemmler committed Jan 9, 2019
1 parent 74f9a14 commit efecf0a
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ After start, you must select the interface which you want to use.


## Screenshoot
![Screenshoot der Anwendung](Docu/NetworkScanner_Screen.png)
![Screenshoot der Anwendung](docs/NetworkScanner_Screen.png)

## Credits

Expand Down
35 changes: 35 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
version: 1.0.{build}
branches:
only:
- master
skip_tags: true
image: Visual Studio 2017
configuration: Release
platform: Any CPU
assembly_info:
patch: true
file: '**\AssemblyInfo.cs'
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}'
skip_commits:
files:
- docs/
- '**/*.md'
- '*.txt'
- appveyor.yml
- LICENSE.txt
- '.gitignor'
build:
project: NetworkScanner.sln
verbosity: minimal
after_build:
- cmd: 7z a NetworkScanner.zip %APPVEYOR_BUILD_FOLDER%\NetworkScanner\bin\%CONFIGURATION%\*.exe
artifacts:
- path: NetworkScanner.zip
deploy:
- provider: GitHub
description: "`NetworkScanner.zip` contains the application (Hue2Json.exe). You can start the application ´NetworkScanner.exe´ directly without any args."
auth_token:
secure: 9pN0zXgw1jNaPCo0m14eC3+IUZPy/y4zL/kdbdzvcMIDcT1zpkPwYF1LijP5EB+J
prerelease: true
File renamed without changes

0 comments on commit efecf0a

Please sign in to comment.