Skip to content

Commit

Permalink
Update generate-documentation.yml
Browse files Browse the repository at this point in the history
Changed library build target from (removed) .Net Standard to default project
  • Loading branch information
rabanti-github authored Nov 24, 2024
1 parent d3f2575 commit ebd6a52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Build NanoXLSX project
if: ${{ env.build_origin }} == 'pass'
run: dotnet build "NanoXLSX .NET Standard/NanoXLSX .NET Standard.csproj" -c Debug
run: dotnet build "NanoXLSX/NanoXLSX.csproj" -c Debug

- name: Add msbuild to PATH
if: ${{ env.build_origin }} == 'pass'
Expand Down

0 comments on commit ebd6a52

Please sign in to comment.