checking what happens on app veyor

This commit is contained in:
Tom Gardham-Pallister 2018-02-03 11:00:36 +00:00
parent a4bb0dd13b
commit 35fff08f48

View File

@ -421,6 +421,8 @@ private void PublishPackages(ConvertableDirectoryPath packagesDir, ConvertableFi
var codePackage = packagesDir + File(artifacts["nuget"]); var codePackage = packagesDir + File(artifacts["nuget"]);
Information("Pushing package " + codePackage); Information("Pushing package " + codePackage);
Information("Calling NuGetPush");
NuGetPush( NuGetPush(
codePackage, codePackage,