Merge branch 'release/0.7.0' into develop

This commit is contained in:
Paul Knopf 2018-12-25 23:29:26 -05:00
commit 67707318da

View file

@ -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; }
}
}
}
}