Skip to content

Commit 6f52343

Browse files
committed
Update Build.cs
1 parent 47c2bb9 commit 6f52343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nukebuild/Build.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class Build : NukeBuild
4242

4343
static bool IsRunningOnWindows => RuntimeInformation.IsOSPlatform(OSPlatform.Windows);
4444

45-
string NuGetAzureDevOpsSource => "https://pkgs.dev.azure.com/schulz-dev/lr/_packaging/LR/nuget/v3/index.json";
45+
string NuGetAzureDevOpsSource => "https://pkgs.dev.azure.com/schulz-dev/leuchtraketen/_packaging/Leuchtraketen1/nuget/v3/index.json";
4646
string NuGetAzureDevOpsUser => "schulz-dev";
4747
[Parameter] [Secret] string NuGetAzureDevOpsPassword;
4848

0 commit comments

Comments
 (0)