Skip to content

Commit

Permalink
Remove tools folder
Browse files Browse the repository at this point in the history
  • Loading branch information
olsh committed Sep 24, 2018
1 parent db3e54e commit c3eee6f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
4 changes: 3 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ image: Visual Studio 2017
install:
- dotnet tool install -g Cake.Tool --version 0.30.0
build_script:
- cmd: dotnet cake -Target=CI -buildConfig=Release
- cmd: dotnet cake -Target=Sonar
- cmd: dotnet cake -Target=CreateArtifact -Project=Serilog.Sinks.Sentry
- cmd: dotnet cake -Target=CreateArtifact -Project=Serilog.Sinks.Sentry.AspNetCore
test: off
cache:
- '%USERPROFILE%\.sonar\cache'
Expand Down
4 changes: 0 additions & 4 deletions build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,4 @@ Task("Sonar")
Task("Default")
.IsDependentOn("NugetPack");

Task("CI")
.IsDependentOn("Sonar")
.IsDependentOn("CreateArtifact");

RunTarget(target);
4 changes: 0 additions & 4 deletions tools/packages.config

This file was deleted.

0 comments on commit c3eee6f

Please sign in to comment.