Zip up the samples on CI
This commit is contained in:
Родитель
72ebca953f
Коммит
15fd4ec8c0
|
@ -190,6 +190,11 @@ Task ("samples")
|
|||
{
|
||||
ClearSkiaSharpNuGetCache ();
|
||||
|
||||
// zip the samples for the GitHub release notes
|
||||
if (TARGET == "CI") {
|
||||
Zip ("./samples", "./output/samples.zip");
|
||||
}
|
||||
|
||||
if (IsRunningOnUnix ()) {
|
||||
RunNuGetRestore ("./samples/MacSample/MacSample.sln");
|
||||
DotNetBuild ("./samples/MacSample/MacSample.sln", c => {
|
||||
|
|
Загрузка…
Ссылка в новой задаче