Skip to content
This repository was archived by the owner on Dec 23, 2022. It is now read-only.

Commit 1a6431e

Browse files
committed
Fixed appveyor loop
1 parent 752d085 commit 1a6431e

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Source RCON Library [![Maintenance](https://img.shields.io/maintenance/yes/2018.svg)]()
1+
# ![Logo](https://user-images.githubusercontent.com/20743379/35411973-0227102e-021b-11e8-9a1b-023e08c33c4e.png) Source RCON Library [![Maintenance](https://img.shields.io/maintenance/yes/2018.svg)]()
22

33
Source RCON Library is an easy to use, single-class solution to create a [Valve source RCON](https://developer.valvesoftware.com/wiki/Source_RCON_Protocol) server which supports authentication,
44
IP Whitelisting and a command manager

appveyor.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,10 @@ artifacts:
5151
name: Nuget
5252

5353
deploy:
54-
- provider: Environment
55-
name: GithubRcon
54+
# - provider: Environment
55+
# name: GithubRcon
56+
# on:
57+
# branch: release
5658
- provider: NuGet
5759
on:
5860
branch: release

0 commit comments

Comments
 (0)