From cd44dccbaa73a20dafacea5d5536288c9802826f Mon Sep 17 00:00:00 2001 From: Paul Knopf Date: Mon, 24 Sep 2018 06:24:15 -0400 Subject: [PATCH] Updating NuGet package metadata. [skip ci] --- build/common.props | 8 ++++---- build/scripts/Program.cs | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/build/common.props b/build/common.props index 863452b4..67f1e85c 100644 --- a/build/common.props +++ b/build/common.props @@ -2,10 +2,10 @@ Paul Knopf - A cross-platform Qml/.NET integration for Mono/.NET/.NET Core + A cross-platform QML/.NET integration for Mono/.NET/.NET Core 2018 - https://github.com/pauldotknopf/Qml.Net/blob/master/LICENSE - https://github.com/pauldotknopf/Qml.Net - https://github.com/pauldotknopf/Qml.Net + https://github.com/qmlnet/qmlnet/blob/master/LICENSE + https://qmlnet.github.io/ + https://github.com/qmlnet/qmlnet \ No newline at end of file diff --git a/build/scripts/Program.cs b/build/scripts/Program.cs index 804e1881..96a6b376 100644 --- a/build/scripts/Program.cs +++ b/build/scripts/Program.cs @@ -283,6 +283,7 @@ namespace Build Target("publish", () => { + return; // temp, until we move to Azure Dev Ops if (string.IsNullOrEmpty(nugetApiKey)) { Info("Skipping publish, due to missing NuGet key...");