Skip to content

Commit

Permalink
Merge pull request #2 from Ar3sDevelopment/dev
Browse files Browse the repository at this point in the history
added yml to sln
  • Loading branch information
matteobruni committed Nov 20, 2015
2 parents 5d9378d + ed189b4 commit 2ceb82c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions Synology.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Synology", "Synology\Synology.csproj", "{DEFD33FE-74DA-4938-AD97-5D559B9F0CCA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Yml", "Yml", "{7546B616-9319-4BF6-BB9C-864ADCA98837}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -14,4 +19,6 @@ Global
{DEFD33FE-74DA-4938-AD97-5D559B9F0CCA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DEFD33FE-74DA-4938-AD97-5D559B9F0CCA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
EndGlobalSection
EndGlobal
14 changes: 7 additions & 7 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
version: 0.1.{build}
pull_requests:
do_not_increment_build_number: true
branches:
except:
- gh-pages
Expand All @@ -17,14 +19,12 @@ build:
publish_nuget: true
verbosity: minimal
deploy:
- provider: GitHub
auth_token:
secure: QUNpmgp2dvA0M/Veuo7NJkjNXBJOxFsDAartHAjZfKhaLzFKdITHHhmST6ZUTdxu
on:
branch: master
- provider: NuGet
api_key:
secure: Dg2RuAuaLz+RP1kNxH6LqoEbVhsRIYI15lObO46PoTFYFwP87lXojzI91vdk+Km5
skip_symbols: true
skip_symbols: false
on:
branch: master
branch: master
- provider: GitHub
auth_token:
secure: QUNpmgp2dvA0M/Veuo7NJkjNXBJOxFsDAartHAjZfKhaLzFKdITHHhmST6ZUTdxu

0 comments on commit 2ceb82c

Please sign in to comment.