mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-04-22 06:42:50 +08:00
removed unused packages and made a change to hopefully make this work in appveyor
This commit is contained in:
parent
5796cea935
commit
882bc6bfd3
@ -1,13 +1,10 @@
|
|||||||
#tool "nuget:?package=GitVersion.CommandLine"
|
#tool "nuget:?package=GitVersion.CommandLine"
|
||||||
#tool "nuget:?package=OpenCover"
|
|
||||||
#tool "nuget:?package=ReportGenerator"
|
|
||||||
#tool "nuget:?package=GitReleaseNotes"
|
#tool "nuget:?package=GitReleaseNotes"
|
||||||
#addin "nuget:?package=Cake.DoInDirectory"
|
|
||||||
#addin "nuget:?package=Cake.Json"
|
#addin "nuget:?package=Cake.Json"
|
||||||
|
|
||||||
// compile
|
// compile
|
||||||
var compileConfig = Argument("configuration", "Release");
|
var compileConfig = Argument("configuration", "Release");
|
||||||
var slnFile = "./Ocelot.sln";
|
var slnFile = "Ocelot.sln";
|
||||||
|
|
||||||
// build artifacts
|
// build artifacts
|
||||||
var artifactsDir = Directory("artifacts");
|
var artifactsDir = Directory("artifacts");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user