Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,10 @@ build/
*[Nn]crunch*

/tools/
/artifacts/
/artifacts/

.vs/

# CakeBuild
tools/
!tools/packages.config
6 changes: 0 additions & 6 deletions .nuget/NuGet.Config

This file was deleted.

Binary file removed .nuget/NuGet.exe
Binary file not shown.
144 changes: 0 additions & 144 deletions .nuget/NuGet.targets

This file was deleted.

4 changes: 0 additions & 4 deletions Gemfile

This file was deleted.

14 changes: 0 additions & 14 deletions Gemfile.lock

This file was deleted.

4 changes: 3 additions & 1 deletion GitVersion.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
mode: ContinuousDelivery
branches:
master:
regex: master
mode: ContinuousDeployment
tag: beta
(pull|pull\-requests|pr)[/-]: {}
pull-request:
regex: (pull|pull\-requests|pr)[/-]
ignore:
sha: []
9 changes: 6 additions & 3 deletions Storm.GoogleAnalytics.sln
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
# Visual Studio 15
VisualStudioVersion = 15.0.28307.438
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Storm.GoogleAnalytics.Reporting", "src\Storm.GoogleAnalytics.Reporting\Storm.GoogleAnalytics.Reporting.csproj", "{3C96893C-A483-4070-9406-F3B9E7D37109}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Storm.GoogleAnalytics.Reporting", "src\Storm.GoogleAnalytics.Reporting\Storm.GoogleAnalytics.Reporting.csproj", "{3C96893C-A483-4070-9406-F3B9E7D37109}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand All @@ -19,4 +19,7 @@ Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {914D64AE-9587-4D69-B160-16C5784B6162}
EndGlobalSection
EndGlobal
1 change: 0 additions & 1 deletion VERSION

This file was deleted.

7 changes: 0 additions & 7 deletions appveyor.cmd

This file was deleted.

6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
version: '{build}'
os: Visual Studio 2015
os: Visual Studio 2017
skip_branch_with_pr: true
nuget:
disable_publish_on_pr: true
cache:
- packages -> src\**\packages.config
- packages -> src\**\*.csproj
build_script:
- ps: .\build.ps1 -Target "Default" -Configuration "Release"
- ps: .\build.ps1 -Target "Default" -Configuration "Release" -Verbosity "Diagnostic"
test: off
artifacts:
- path: artifacts\packages\*.nupkg
Expand Down
Loading