Skip to content

Commit

Permalink
Rolling back changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffpatton1971 committed Oct 17, 2024
1 parent e4f6e2c commit 8e9ec12
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,8 @@ jobs:
verbose: true

- name: Generate Documentation
shell: pwsh
run: |
$Filename = (Get-Childitem -Recurse -Filter "${{ vars.PROJECT_NAME }}.dll" | Select-Object -First 1).FullNam
xmldocmd $Filename Docs --visibility private --clean --namespace ${{ vars.PROJECT_NAMESPACE }} --namespace-pages
xmldocmd ./publish/${{ vars.PROJECT_NAME }}.dll Docs --visibility private --clean --namespace ${{ vars.PROJECT_NAMESPACE }} --namespace-pages
env:
PATH: ${{ github.runner.tool_cache }}/.dotnet/tools:$PATH:~/.dotnet/tools

Expand Down

0 comments on commit 8e9ec12

Please sign in to comment.