We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c7250f commit b4edb17Copy full SHA for b4edb17
build.cake
@@ -123,7 +123,7 @@ Task("PushAzureArtefacts")
123
nugetPackage,
124
new NuGetPushSettings()
125
{
126
- ApiKey = "AzureArtefacts",
+ ApiKey = "AzureArtifacts",
127
SkipDuplicate = true,
128
Source = $"https://pkgs.dev.azure.com/{azureArtefactsOrganization}/_packaging/{azureArtefactsOrganization}/nuget/v3/index.json",
129
});
0 commit comments