Skip to content

Commit

Permalink
added build + publish steps to build + test workflow 12/x.
Browse files Browse the repository at this point in the history
  • Loading branch information
natural committed Nov 17, 2023
1 parent 3804554 commit d903689
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Vements/API/api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
<RepositoryBranch>main</RepositoryBranch>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageIcon>icon.png</PackageIcon>

<PackageDescription>Achievements and Scoreboards for Everyone</PackageDescription>
<PackageTags>achievements;achievement;scoreboards;scoreboard;REST;</PackageTags>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="RestSharp" Version="110.2.0" />
<None Include="../../readme.md" Pack="true" PackagePath="/" />
<None Include="../../icon.png" Pack="true" PackagePath="/" />
<None Include="icon.png" Pack="true" PackagePath="/" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion Vements/CLI/cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<ItemGroup>
<ProjectReference Include="..\API\api.csproj" />
<None Include="../../readme.cli.md" Pack="true" PackagePath="/" />
<None Include="./icon.png" Pack="true" PackagePath="/" />
<None Include="icon.png" Pack="true" PackagePath="/" />
</ItemGroup>

</Project>

0 comments on commit d903689

Please sign in to comment.