Back to not deploying [skip ci]

This commit is contained in:
Paul Knopf 2018-12-26 00:06:08 -05:00
parent 2b768f49f2
commit cebef7514f

View file

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