Skip to content

Commit

Permalink
Update dotnet-desktop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiizor committed Nov 15, 2024
1 parent 20a1eed commit cd57146
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,14 @@ jobs:
with:
fetch-depth: 0

# Ensure .editorconfig exists in all solution directories
- name: Apply .editorconfig to all solutions
run: |
for solution in ${{ matrix.solution }}; do
solution_dir=$(dirname "$solution")
cp .editorconfig "$solution_dir/.editorconfig"
done
# Install the .NET Core workload
- name: Install .NET Core
uses: actions/setup-dotnet@v3
Expand Down

0 comments on commit cd57146

Please sign in to comment.