Skip to content

Commit 07034f1

Browse files
author
Sruthi Keerthi Rangavajhula (from Dev Box)
committed
Support long paths
1 parent e587fdc commit 07034f1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,13 @@ jobs:
2424
build:
2525
runs-on: windows-latest
2626
continue-on-error: false
27+
2728
name: "Build and run unit tests"
2829
steps:
30+
- name: Set git core.longpaths flag
31+
run: |
32+
git config --system core.longpaths true
33+
2934
- name: Checkout repository
3035
uses: actions/[email protected]
3136

@@ -36,7 +41,7 @@ jobs:
3641

3742
- name: Strong name bypass
3843
run: |
39-
regedit /s .\build\strongNameBypass.reg
44+
regedit /s .\build\strongNameBypass.reg
4045
4146
- name: Run the tests
4247
run: dotnet test Wilson.sln --collect:"XPlat Code Coverage" --settings:./build/CodeCoverage.runsettings

0 commit comments

Comments
 (0)