Skip to content

Commit b09d433

Browse files
committed
TODO: add github actions build
1 parent 02421c6 commit b09d433

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

src/ScryfallApi.Client/ScryfallApi.Client.csproj

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,26 @@
44
<TargetFrameworks>net6.0</TargetFrameworks>
55
<ImplicitUsings>true</ImplicitUsings>
66
<PackageId>ScryfallAPI.Client</PackageId>
7-
<Version>3.0.0</Version>
7+
<Version>3.0</Version>
88
<Authors>Gonkers</Authors>
99
<Company />
1010
<Description>.NET client library for accessing the scryfall.com API</Description>
11-
<PackageProjectUrl>https://github.com/Gonkers/Scryfall-API-Client</PackageProjectUrl>
12-
<RepositoryUrl>https://github.com/Gonkers/Scryfall-API-Client</RepositoryUrl>
13-
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
14-
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1511
<PackageTags>scryfall scryfall-api</PackageTags>
1612
<LangVersion>latest</LangVersion>
13+
<PackageProjectUrl>https://github.com/Gonkers/Scryfall-API-Client</PackageProjectUrl>
14+
<RepositoryUrl>https://github.com/Gonkers/Scryfall-API-Client</RepositoryUrl>
15+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
16+
<EmbedUntrackedSources>true</EmbedUntrackedSources>
17+
<DebugType>embedded</DebugType>
1718
</PropertyGroup>
1819

20+
<!--<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">-->
21+
<!--<PropertyGroup>
22+
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
23+
</PropertyGroup>-->
24+
1925
<ItemGroup>
26+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
2027
<PackageReference Include="System.Text.Json" Version="6.0.0" />
2128
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="6.0.0" />
2229
<PackageReference Include="Microsoft.Extensions.Http" Version="6.0.0" />

0 commit comments

Comments
 (0)