Skip to content

Commit

Permalink
Remove WixSharp
Browse files Browse the repository at this point in the history
  • Loading branch information
miyoyo committed Dec 19, 2024
1 parent 5539fbf commit 9f7d252
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 660 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: 📝 Code Coverage report
run: |
dotnet tool install --global dotnet-reportgenerator-globaltool --version 5.2.5
reportgenerator -reports:${{github.workspace}}/coverage.cobertura.xml -targetdir:${{github.workspace}}/report -reporttypes:MarkdownSummaryGithub -filefilters:-*.g.cs "-classfilters:-WixSharp.*;-WingetIntune.Os.*;-WingetIntune.Internal.MsStore.Models.*" -verbosity:Warning
reportgenerator -reports:${{github.workspace}}/coverage.cobertura.xml -targetdir:${{github.workspace}}/report -reporttypes:MarkdownSummaryGithub -filefilters:-*.g.cs "-classfilters:-WingetIntune.Os.*;-WingetIntune.Internal.MsStore.Models.*" -verbosity:Warning
sed -i 's/# Summary/## 📝 Code Coverage/g' ${{github.workspace}}/report/SummaryGithub.md
sed -i 's/## Coverage/### 📝 Code Coverage details/g' ${{github.workspace}}/report/SummaryGithub.md
cat ${{github.workspace}}/report/*.md >> $GITHUB_STEP_SUMMARY
Expand Down
137 changes: 0 additions & 137 deletions src/WingetIntune/Internal/Msi/MsiExtensions.cs

This file was deleted.

217 changes: 0 additions & 217 deletions src/WingetIntune/Internal/Msi/MsiInterop.cs

This file was deleted.

Loading

0 comments on commit 9f7d252

Please sign in to comment.