-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCK-Build.World.xml
More file actions
71 lines (66 loc) · 2.63 KB
/
CK-Build.World.xml
File metadata and controls
71 lines (66 loc) · 2.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<?xml version="1.0" encoding="utf-8" ?>
<CK-Build>
<LoadLibrary Name="CK.Env.Plugin.Basics"/>
<LoadLibrary Name="CK.Env.Plugin.SolutionDriver" />
<LoadLibrary Name="CK.Env.Plugin.Appveyor" />
<LoadLibrary Name="CK.Env.Plugin.GitLab" />
<LoadLibrary Name="CK.Env.Plugin.NuGet" />
<LoadLibrary Name="CK.Env.Plugin.Dotnet" />
<SharedHttpClient />
<ArtifactCenter />
<LocalFeedProvider />
<NuGetClient />
<World IsPublic="True" />
<WorldSecrets>
<add Name="SIGNATURE_OPENSOURCE_READ_PAT" Value="n3tndqhxuvdapmu5c3rxylmknxwucu6mjpyetqemremo2hpfl7ka" Description="Read only PAT. Used in apply settings (nuget.config/.npmrc) or to query the feeds. "/>
</WorldSecrets>
<Artifacts>
<SourceFeeds>
<Feed Type="NuGet" Name="Signature-OpenSource" Url="https://pkgs.dev.azure.com/Signature-OpenSource/Feeds/_packaging/NetCore3/nuget/v3/index.json"/>
<Feed Type="NuGet" Name="nuget.org" Url="https://api.nuget.org/v3/index.json"/>
</SourceFeeds>
<TargetRepositories>
<Repository
Type="NuGetAzure"
Organization="Signature-OpenSource"
ProjectName="Feeds"
FeedName="NetCore3"
CheckName="NuGet:Azure:Signature-OpenSource-NetCore3"
CheckSecretKeyName="AZURE_FEED_SIGNATURE_OPENSOURCE_PAT" />
<Repository Type="NuGetStandard" Name="nuget.org" Url="https://api.nuget.org/v3/index.json"
CheckName="NuGet:nuget.org"
QualityFilter="ReleaseCandidate-Release"
SecretKeyName="NUGET_ORG_PUSH_API_KEY" />
</TargetRepositories>
</Artifacts>
<BuildProjectSpec TargetFramework="net8.0" >
</BuildProjectSpec>
<SharedSolutionSpec SPDXLicense="MIT">
<RemoveNuGetSourceNames />
<ArtifactSources>
<add Name="NuGet:Signature-OpenSource" />
<add Name="NuGet:nuget.org"/>
</ArtifactSources>
<ArtifactTargets>
<add Name="NuGet:nuget.org" />
<add Name="NuGet:Azure:Signature-OpenSource-NetCore3" />
</ArtifactTargets>
</SharedSolutionSpec>
<Folder Name="CK-Build">
<GitFolder Name="CodeCake" Url="https://github.com/CK-Build/CodeCake.git">
<Branch Name="develop">
<SolutionSpec NoDotNetUnitTests="true" NoStrongNameSigning="true" />
</Branch>
</GitFolder>
<GitFolder Name="CSemVer-Net" Url="https://github.com/CK-Build/CSemVer-Net.git">
<Branch Name="develop">
<SolutionSpec />
</Branch>
</GitFolder>
<GitFolder Name="SGV-Net" Url="https://github.com/CK-Build/SGV-Net.git">
<Branch Name="develop">
<SolutionSpec DisableSourceLink="true" />
</Branch>
</GitFolder>
</Folder>
</CK-Build>