Skip to content

Commit

Permalink
Support long paths (#3049)
Browse files Browse the repository at this point in the history
Co-authored-by: Sruthi Keerthi Rangavajhula (from Dev Box) <[email protected]>
  • Loading branch information
sruke and Sruthi Keerthi Rangavajhula (from Dev Box) authored Dec 3, 2024
1 parent e587fdc commit 4c5b41b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,13 @@ jobs:
build:
runs-on: windows-latest
continue-on-error: false

name: "Build and run unit tests"
steps:
- name: Set git core.longpaths flag
run: |
git config --system core.longpaths true
- name: Checkout repository
uses: actions/[email protected]

Expand All @@ -36,7 +41,7 @@ jobs:

- name: Strong name bypass
run: |
regedit /s .\build\strongNameBypass.reg
regedit /s .\build\strongNameBypass.reg
- name: Run the tests
run: dotnet test Wilson.sln --collect:"XPlat Code Coverage" --settings:./build/CodeCoverage.runsettings
Expand Down

0 comments on commit 4c5b41b

Please sign in to comment.