Skip to content

Commit

Permalink
move some scripts to ./tools folder, see #199
Browse files Browse the repository at this point in the history
  • Loading branch information
cd21h committed Sep 23, 2019
1 parent 8baca8f commit 3a3bf8d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 625 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ cache:
- c:\tmp\cake\tools -> appveor.yml

install:
- ps: ./dotnet-install.ps1 -Version 2.2.100 -InstallDir "C:\Program Files\dotnet"
- ps: ./mssql-setup.ps1
- ps: ./tools/dotnet-install.ps1 -Version 2.2.100 -InstallDir "C:\Program Files\dotnet"
- ps: ./tools/mssql-setup.ps1

build_script:
- ps: ./build.ps1
Expand Down
1 change: 1 addition & 0 deletions build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ Task("RunXunitTests")
}
.WithFilter(coverageFilter)
.ExcludeByAttribute("*.ExcludeFromCodeCoverage*")
.ExcludeByAttribute("Microsoft.VisualStudio.TestPlatform.TestSDKAutoGeneratedCode")
.ExcludeByFile("*/*Designer.cs");
Func<string,ProcessArgumentBuilder> buildProcessArgs = (buildCfg) => {
Expand Down
Loading

0 comments on commit 3a3bf8d

Please sign in to comment.