mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-04-22 06:22:50 +08:00
need to push packages to github here
This commit is contained in:
parent
826fae3f27
commit
37ceea019c
11
build.cake
11
build.cake
@ -225,6 +225,17 @@ Task("CreatePackages")
|
|||||||
|
|
||||||
Information("Created package " + codePackage);
|
Information("Created package " + codePackage);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (IsRunningOnCircleCI())
|
||||||
|
{
|
||||||
|
var path = packagesDir.ToString() + @"/**/*";
|
||||||
|
|
||||||
|
foreach (var file in GetFiles(path))
|
||||||
|
{
|
||||||
|
// todo - upload to github releases?
|
||||||
|
// AppVeyor.UploadArtifact(file.FullPath);
|
||||||
|
}
|
||||||
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
Task("EnsureStableReleaseRequirements")
|
Task("EnsureStableReleaseRequirements")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user