Skip to content

Commit

Permalink
Add pack to CI (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
agocke authored Aug 30, 2024
1 parent c41c144 commit 6492dd2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,6 @@ jobs:
- name: Build
run: dotnet build --no-restore -warnaserror
- name: Test
run: dotnet test --no-build --verbosity normal
run: dotnet test --no-build --verbosity normal
- name: Pack
run: ./build.sh --pack
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<PackageVersion Include="BenchmarkDotNet" Version="0.13.12" />
<PackageVersion Include="FsCheck" Version="2.16.6" />
<PackageVersion Include="FsCheck.Xunit" Version="2.16.6" />
<PackageVersion Include="NuGetizer" Version="0.9.0" />
<PackageVersion Include="NuGetizer" Version="1.2.3" />
<PackageVersion Include="StaticCs" Version="0.2.0" />
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.6.0-1.final" />
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.6.0-1.final" />
Expand Down
2 changes: 1 addition & 1 deletion src/pack/Serde.Xml.Pkg.proj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<!-- Package settings -->
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>

<PackageId>Serde.Xml</PackageId>
<Version>0.2.0</Version>
Expand Down

0 comments on commit 6492dd2

Please sign in to comment.