Skip to content

Commit

Permalink
Merge pull request #192 from alphacloud/releases/7.1.0
Browse files Browse the repository at this point in the history
Releases/7.1.0
  • Loading branch information
cd21h authored Apr 25, 2021
2 parents d6f103f + 57ace44 commit a8e8d76
Show file tree
Hide file tree
Showing 10 changed files with 1,102 additions and 397 deletions.
10 changes: 5 additions & 5 deletions .build/definitions.cake
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
// ADDINS
#addin nuget:?package=Cake.Coveralls&version=0.10.2
#addin nuget:?package=Cake.FileHelpers&version=3.3.0
#addin nuget:?package=Cake.AppVeyor&version=4.0.0
#addin nuget:?package=Cake.Coveralls&version=1.0.1
#addin nuget:?package=Cake.FileHelpers&version=4.0.1
#addin nuget:?package=Cake.AppVeyor&version=5.0.1

// TOOLS
#tool nuget:?package=GitReleaseManager&version=0.11.0
#tool nuget:?package=GitVersion.CommandLine&version=5.6.6
#tool nuget:?package=GitVersion.CommandLine&version=5.6.8
#tool nuget:?package=coveralls.io&version=1.4.2
#tool nuget:?package=OpenCover&version=4.7.922
#tool nuget:?package=ReportGenerator&version=4.8.5
#tool nuget:?package=ReportGenerator&version=4.8.8


public class CodeCoverageSettings
Expand Down
6 changes: 5 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,12 @@ environment:
GITHUB_TOKEN:
secure: SakrMxbclSjNzFQxv8sA35OhulfvNm9VqHBEOgQrebPaF/Bv7AmZRsT8/YEfSQED

install:
- ps: ./dotnet-install.ps1 -Version 6.0.100-preview.3.21202.5 -InstallDir "C:\Program Files\dotnet"
- ps: dotnet tool install Cake.Tool --version 1.1.0 --global

build_script:
- ps: ./build.ps1
- ps: dotnet cake

test: off

Expand Down
256 changes: 0 additions & 256 deletions build.ps1

This file was deleted.

Loading

0 comments on commit a8e8d76

Please sign in to comment.