Skip to content

Commit b4edb17

Browse files
committed
Fix Api Key
1 parent 4c7250f commit b4edb17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Task("PushAzureArtefacts")
123123
nugetPackage,
124124
new NuGetPushSettings()
125125
{
126-
ApiKey = "AzureArtefacts",
126+
ApiKey = "AzureArtifacts",
127127
SkipDuplicate = true,
128128
Source = $"https://pkgs.dev.azure.com/{azureArtefactsOrganization}/_packaging/{azureArtefactsOrganization}/nuget/v3/index.json",
129129
});

0 commit comments

Comments
 (0)