Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

Commit

Permalink
Point to correct sln and add appveyor yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmontemagno committed Jun 3, 2016
1 parent d69d0cc commit a42ee93
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 1 deletion.
17 changes: 17 additions & 0 deletions appveyor.yml
@@ -0,0 +1,17 @@
version: 2.0.{build}
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}'
build_script:
- cmd: >-
powershell .\ci\install-android-sdk.ps1
powershell .\ci\bootstrapper.ps1 -Target Default -Verbosity diagnostic
artifacts:
- path: ./Build/nuget/*.nupkg
name: NuGet
- path: ./component/*.xam
name: Component
Binary file removed art/tts_icon_large.png
Binary file not shown.
2 changes: 1 addition & 1 deletion ci/build.cake
Expand Up @@ -5,7 +5,7 @@ var TARGET = Argument ("target", Argument ("t", "Default"));
var version = EnvironmentVariable ("APPVEYOR_BUILD_VERSION") ?? Argument("version", "0.0.9999");

var libraries = new Dictionary<string, string> {
{ "./../TTSPlugin.sln", "Any" },
{ "./../src/TTSPlugin.sln", "Any" },
};

var samples = new Dictionary<string, string> {
Expand Down
3 changes: 3 additions & 0 deletions src/TTSPlugin.sln
Expand Up @@ -15,8 +15,11 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Plugin.TTS", "Plugin.TTS\Pl
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Misc", "Misc", "{55819672-21BC-4081-98B6-683372A5B34C}"
ProjectSection(SolutionItems) = preProject
..\appveyor.yml = ..\appveyor.yml
..\ci\build.cake = ..\ci\build.cake
..\component\component.template.yaml = ..\component\component.template.yaml
..\ci\Plugin.nuspec = ..\ci\Plugin.nuspec
..\README.md = ..\README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Plugin.TTS.iOSUnified", "Plugin.TTS.iOSUnified\Plugin.TTS.iOSUnified.csproj", "{CC4CA81F-6B30-4A3A-AE87-005350A885FB}"
Expand Down

0 comments on commit a42ee93

Please sign in to comment.