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...");