From cebef7514f00a6c1273f263afc910edfda522d46 Mon Sep 17 00:00:00 2001 From: Paul Knopf Date: Wed, 26 Dec 2018 00:06:08 -0500 Subject: [PATCH] Back to not deploying [skip ci] --- build/scripts/Program.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/scripts/Program.cs b/build/scripts/Program.cs index 335b20ff..bb0f4386 100644 --- a/build/scripts/Program.cs +++ b/build/scripts/Program.cs @@ -283,6 +283,8 @@ namespace Build Target("publish", () => { + return; // temp, until we move to Azure Dev Ops + #pragma warning disable CS0162 if (string.IsNullOrEmpty(nugetApiKey)) { Info("Skipping publish, due to missing NuGet key...");