Build.cake changes.

This commit is contained in:
Caner Patır
2018-05-04 16:53:38 +03:00
parent f465f8a4a1
commit d170097bb9
4 changed files with 10 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
#tool "nuget:?package=xunit.runner.console&version=2.3.0-beta4-build3742"
#tool "nuget:?package=xunit.runner.console&version=2.3.0-beta4-build3742"
#addin "nuget:?package=NuGet.Core"
#addin "nuget:?package=Cake.ExtendedNuGet"
@@ -25,7 +25,7 @@ var testProjects = new List<Tuple<string, string[]>>
var nupkgPath = "nupkg";
var nupkgRegex = $"**/{projectName}*.nupkg";
var nupkgRegex = $"**/AntiSamy*.nupkg";
var nugetPath = toolpath + "/nuget.exe";
var nugetQueryUrl = "https://www.nuget.org/api/v2/";
var nugetPushUrl = "https://www.nuget.org/api/v2/package";