prepare for veyor

This commit is contained in:
qhy040404
2023-12-08 17:02:40 +08:00
parent f4d23d6174
commit abb559d35f

View File

@@ -43,6 +43,10 @@ if (AzurePipelines.IsRunningOnAzurePipelines)
pfxFile = System.IO.Path.Combine(AzurePipelines.Environment.Agent.HomeDirectory.FullPath, "_work", "_temp", "DGP_Studio_CI.pfx");
}
else if (AppVeyor.IsRunningOnAppVeyor)
{
throw new NotImplementedException();
}
Task("Build")
.IsDependentOn("Build binary package")