-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16 from cake-contrib/modernize
Modernize dependencies and structure
- Loading branch information
Showing
50 changed files
with
2,869 additions
and
1,090 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -231,4 +231,7 @@ _Pvt_Extensions | |
.fake/ | ||
|
||
# Tools | ||
tools/ | ||
tools/* | ||
!tools/packages.config | ||
|
||
BuildArtifacts/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,95 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio Version 16 | ||
VisualStudioVersion = 16.0.29709.97 | ||
MinimumVisualStudioVersion = 10.0.40219.1 | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test.NUnit", "Test.NUnit\Test.NUnit.csproj", "{168F3AE1-A30C-4419-9C0F-875FB0B8B789}" | ||
EndProject | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test.xUnit", "Test.xUnit\Test.xUnit.csproj", "{581DE2E5-EB09-490C-B887-BF3AF158FCB1}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Any CPU = Debug|Any CPU | ||
Debug|iPhone = Debug|iPhone | ||
Debug|iPhoneSimulator = Debug|iPhoneSimulator | ||
Release|Any CPU = Release|Any CPU | ||
Release|iPhone = Release|iPhone | ||
Release|iPhoneSimulator = Release|iPhoneSimulator | ||
UnitTesting|Any CPU = UnitTesting|Any CPU | ||
UnitTesting|iPhone = UnitTesting|iPhone | ||
UnitTesting|iPhoneSimulator = UnitTesting|iPhoneSimulator | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{168F3AE1-A30C-4419-9C0F-875FB0B8B789}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{168F3AE1-A30C-4419-9C0F-875FB0B8B789}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{168F3AE1-A30C-4419-9C0F-875FB0B8B789}.Debug|iPhone.ActiveCfg = Debug|iPhone | ||
{168F3AE1-A30C-4419-9C0F-875FB0B8B789}.Debug|iPhone.Build.0 = Debug|iPhone | ||
{168F3AE1-A30C-4419-9C0F-875FB0B8B789}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator | ||
{168F3AE1-A30C-4419-9C0F-875FB0B8B789}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator | ||
{168F3AE1-A30C-4419-9C0F-875FB0B8B789}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{168F3AE1-A30C-4419-9C0F-875FB0B8B789}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{168F3AE1-A30C-4419-9C0F-875FB0B8B789}.Release|iPhone.ActiveCfg = Release|iPhone | ||
{168F3AE1-A30C-4419-9C0F-875FB0B8B789}.Release|iPhone.Build.0 = Release|iPhone | ||
{168F3AE1-A30C-4419-9C0F-875FB0B8B789}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator | ||
{168F3AE1-A30C-4419-9C0F-875FB0B8B789}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator | ||
{168F3AE1-A30C-4419-9C0F-875FB0B8B789}.UnitTesting|Any CPU.ActiveCfg = Debug|iPhoneSimulator | ||
{168F3AE1-A30C-4419-9C0F-875FB0B8B789}.UnitTesting|Any CPU.Build.0 = Debug|iPhoneSimulator | ||
{168F3AE1-A30C-4419-9C0F-875FB0B8B789}.UnitTesting|iPhone.ActiveCfg = UnitTesting|iPhone | ||
{168F3AE1-A30C-4419-9C0F-875FB0B8B789}.UnitTesting|iPhone.Build.0 = UnitTesting|iPhone | ||
{168F3AE1-A30C-4419-9C0F-875FB0B8B789}.UnitTesting|iPhoneSimulator.ActiveCfg = UnitTesting|iPhoneSimulator | ||
{168F3AE1-A30C-4419-9C0F-875FB0B8B789}.UnitTesting|iPhoneSimulator.Build.0 = UnitTesting|iPhoneSimulator | ||
{581DE2E5-EB09-490C-B887-BF3AF158FCB1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{581DE2E5-EB09-490C-B887-BF3AF158FCB1}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{581DE2E5-EB09-490C-B887-BF3AF158FCB1}.Debug|iPhone.ActiveCfg = Debug|iPhone | ||
{581DE2E5-EB09-490C-B887-BF3AF158FCB1}.Debug|iPhone.Build.0 = Debug|iPhone | ||
{581DE2E5-EB09-490C-B887-BF3AF158FCB1}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator | ||
{581DE2E5-EB09-490C-B887-BF3AF158FCB1}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator | ||
{581DE2E5-EB09-490C-B887-BF3AF158FCB1}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{581DE2E5-EB09-490C-B887-BF3AF158FCB1}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{581DE2E5-EB09-490C-B887-BF3AF158FCB1}.Release|iPhone.ActiveCfg = Release|iPhone | ||
{581DE2E5-EB09-490C-B887-BF3AF158FCB1}.Release|iPhone.Build.0 = Release|iPhone | ||
{581DE2E5-EB09-490C-B887-BF3AF158FCB1}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator | ||
{581DE2E5-EB09-490C-B887-BF3AF158FCB1}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator | ||
{581DE2E5-EB09-490C-B887-BF3AF158FCB1}.UnitTesting|Any CPU.ActiveCfg = Debug|iPhoneSimulator | ||
{581DE2E5-EB09-490C-B887-BF3AF158FCB1}.UnitTesting|Any CPU.Build.0 = Debug|iPhoneSimulator | ||
{581DE2E5-EB09-490C-B887-BF3AF158FCB1}.UnitTesting|iPhone.ActiveCfg = UnitTesting|iPhone | ||
{581DE2E5-EB09-490C-B887-BF3AF158FCB1}.UnitTesting|iPhone.Build.0 = UnitTesting|iPhone | ||
{581DE2E5-EB09-490C-B887-BF3AF158FCB1}.UnitTesting|iPhoneSimulator.ActiveCfg = UnitTesting|iPhoneSimulator | ||
{581DE2E5-EB09-490C-B887-BF3AF158FCB1}.UnitTesting|iPhoneSimulator.Build.0 = UnitTesting|iPhoneSimulator | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
GlobalSection(ExtensibilityGlobals) = postSolution | ||
SolutionGuid = {74E91CD5-FCCC-4942-A035-7BB7E05A2E42} | ||
EndGlobalSection | ||
GlobalSection(MonoDevelopProperties) = preSolution | ||
Policies = $0 | ||
$0.TextStylePolicy = $1 | ||
$1.FileWidth = 120 | ||
$1.inheritsSet = VisualStudio | ||
$1.inheritsScope = text/plain | ||
$1.scope = text/x-csharp | ||
$0.CSharpFormattingPolicy = $2 | ||
$2.IndentSwitchSection = True | ||
$2.NewLinesForBracesInProperties = True | ||
$2.NewLinesForBracesInAccessors = True | ||
$2.NewLinesForBracesInAnonymousMethods = True | ||
$2.NewLinesForBracesInControlBlocks = True | ||
$2.NewLinesForBracesInAnonymousTypes = True | ||
$2.NewLinesForBracesInObjectCollectionArrayInitializers = True | ||
$2.NewLinesForBracesInLambdaExpressionBody = True | ||
$2.NewLineForElse = True | ||
$2.NewLineForCatch = True | ||
$2.NewLineForFinally = True | ||
$2.NewLineForMembersInObjectInit = True | ||
$2.NewLineForMembersInAnonymousTypes = True | ||
$2.NewLineForClausesInQuery = True | ||
$2.SpacingAfterMethodDeclarationName = False | ||
$2.SpaceAfterMethodCallName = False | ||
$2.SpaceBeforeOpenSquareBracket = False | ||
$2.inheritsSet = Mono | ||
$2.inheritsScope = text/x-csharp | ||
$2.scope = text/x-csharp | ||
EndGlobalSection | ||
EndGlobal |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,50 @@ | ||
version: 1.0.{build} | ||
environment: | ||
GITHUB_USERNAME: | ||
secure: 0Q9MvUId56SizmZwCf0cgg== | ||
GITHUB_TOKEN: | ||
secure: egpO9sZJN4KlnyHlFMSMu1NAeWZ/3diyUXLQMLF5HlnVb/6mXG8Lejm+Ib+4bCF7 | ||
NUGET_APIKEY: | ||
secure: YP/3KxC2ffsuHNaolPXj66JVGzSjON9FcR2S2OEzn9c6SV14oPzUh1ySyeT+G+aA | ||
NUGET_SOURCE: https://www.myget.org/F/ghuntley/api/v2 | ||
xamarin: | ||
email: [email protected] | ||
password: | ||
secure: 9PLfbvP3ON+Xk17Yd4rJag== | ||
android: true | ||
ios: true | ||
#---------------------------------# | ||
# Build Image # | ||
#---------------------------------# | ||
image: Visual Studio 2019 | ||
|
||
#---------------------------------# | ||
# Build Script # | ||
#---------------------------------# | ||
build_script: | ||
- cmd: ./build.cmd | ||
- ps: .\build.ps1 -Target AppVeyor | ||
|
||
#---------------------------------# | ||
# Tests | ||
#---------------------------------# | ||
test: off | ||
artifacts: | ||
- path: '**/bin/*' | ||
- path: artifacts/* | ||
|
||
#---------------------------------# | ||
# Pull Requests # | ||
#---------------------------------# | ||
pull_requests: | ||
do_not_increment_build_number: true | ||
|
||
#---------------------------------# | ||
# General # | ||
#---------------------------------# | ||
skip_branch_with_pr: true | ||
|
||
#---------------------------------# | ||
# Branches to build # | ||
#---------------------------------# | ||
branches: | ||
# Whitelist | ||
only: | ||
- develop | ||
- master | ||
- /release/.*/ | ||
- /hotfix/.*/ | ||
|
||
#---------------------------------# | ||
# Build Cache # | ||
#---------------------------------# | ||
cache: | ||
- tools -> recipe.cake, tools/packages.config | ||
|
||
#---------------------------------# | ||
# Skip builds for doc changes # | ||
#---------------------------------# | ||
skip_commits: | ||
# Regex for matching commit message | ||
message: /(doc).*/ |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.