Skip signing for Workbooks integration.

This commit is contained in:
Bojan Rajkovic 2017-05-02 15:44:59 -04:00
Родитель aeb3afc0cc
Коммит 486d8d90aa
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 7106844DF6B71E93
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -627,7 +627,8 @@ Task ("nuget")
// And, we want to make sure all is well on Windows too
if (IS_ON_FINAL_CI || IsRunningOnWindows ()) {
var excludedAssemblies = new string[] {
"/SkiaSharp.Views.Forms.dll" // Xamarin.Forms is not sigend, so we can't sign
"/SkiaSharp.Views.Forms.dll", // Xamarin.Forms is not sigend, so we can't sign
"/SkiaSharp.Workbooks.dll" // Workbooks integration library is not signed, so we can't sign
};
foreach (var f in GetFiles("./output/*/*.dll")) {
// skip the excluded assemblies