Skip to content

Commit

Permalink
Fix package build
Browse files Browse the repository at this point in the history
  • Loading branch information
zsrdjan committed Jun 14, 2024
1 parent 79948ae commit 4a0a467
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup dotnet 8.0
uses: actions/setup-dotnet@v1
with:
dotnet-version: '8.0.6'
dotnet-version: '8.0.204'
- name: Build and Test
run: ./Build.ps1
shell: pwsh
Expand Down
2 changes: 1 addition & 1 deletion Build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ exec { & dotnet build -c Release }

exec { & dotnet test -c Release --no-build -l trx --verbosity=normal }

# exec { & dotnet pack .\src\Fraktalio\Fraktalio.csproj -c Release -o $artifacts --no-build }
exec { & dotnet pack .\src\Fraktalio.FModel\Fraktalio.FModel.csproj -c Release -o $artifacts --no-build }

4 changes: 4 additions & 0 deletions src/Fraktalio.FModel/Fraktalio.FModel.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
<ProjectReference Include="..\Fraktalio.FModel.Contracts\Fraktalio.FModel.Contracts.csproj"/>
</ItemGroup>

<ItemGroup>
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub">
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit 4a0a467

Please sign in to comment.