mirror of
https://github.com/qmlnet/qmlnet.git
synced 2026-05-21 06:45:32 -06:00
Merge branch 'release/0.7.0' into develop
This commit is contained in:
commit
67707318da
1 changed files with 1 additions and 3 deletions
|
|
@ -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; }
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue