diff --git a/build/scripts/Program.cs b/build/scripts/Program.cs index 6252e7c3..335b20ff 100644 --- a/build/scripts/Program.cs +++ b/build/scripts/Program.cs @@ -283,8 +283,6 @@ 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..."); @@ -324,4 +322,4 @@ namespace Build public string Configuration { get; set; } } } -} \ No newline at end of file +}