Skip to content

Commit 47c2bb9

Browse files
committed
.
1 parent 69b4f44 commit 47c2bb9

File tree

4 files changed

+2
-32
lines changed

4 files changed

+2
-32
lines changed

nuget.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
</config>
77
<packageSources>
88
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
9-
<add key="LR" value="https://pkgs.dev.azure.com/schulz-dev/nowy/_packaging/Nowy/nuget/v3/index.json" />
9+
<add key="LR" value="https://pkgs.dev.azure.com/schulz-dev/leuchtraketen/_packaging/Leuchtraketen1/nuget/v3/index.json" />
1010
</packageSources>
1111
</configuration>

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/nowy/_packaging/Nowy/nuget/v3/index.json";
45+
string NuGetAzureDevOpsSource => "https://pkgs.dev.azure.com/schulz-dev/lr/_packaging/LR/nuget/v3/index.json";
4646
string NuGetAzureDevOpsUser => "schulz-dev";
4747
[Parameter] [Secret] string NuGetAzureDevOpsPassword;
4848

nukebuild/_build.csproj.DotSettings

-27
This file was deleted.

src/LR.Standard/LR.Standard.csproj.DotSettings

-3
This file was deleted.

0 commit comments

Comments
 (0)