Skip to content

Commit 36b341f

Browse files
committed
Fix NWebDav project path in solution file
1 parent 11332a7 commit 36b341f

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ jobs:
6464
env:
6565
CONFIGURATION: ${{ matrix.configuration }}
6666
PROJECT: ${{ matrix.project }}
67-
THIS_PROJECT_PATH: '${{ github.workspace }}\lib\${{ matrix.project }}'
6867

6968
steps:
7069
- name: Checkout the repository

SecureFolderFS.Public.slnx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Solution>
22
<Folder Name="/lib/">
3-
<Project Path="lib/nwebdav/NWebDav.Server.HttpListener/NWebDav.Server.HttpListener.csproj" />
4-
<Project Path="lib/nwebdav/NWebDav.Server/NWebDav.Server.csproj" />
3+
<Project Path="lib/nwebdav/src/NWebDav.Server.HttpListener/NWebDav.Server.HttpListener.csproj" />
4+
<Project Path="lib/nwebdav/src/NWebDav.Server/NWebDav.Server.csproj" />
55
<Project Path="lib/Tmds.Fuse/src/Tmds.Fuse/Tmds.Fuse.csproj" />
66
</Folder>
77
<Folder Name="/SolutionItems/">

0 commit comments

Comments
 (0)