Skip to content

Commit eb89c8c

Browse files
committed
Update dotnet-ci.yaml
1 parent db6d1c6 commit eb89c8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet-ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
with:
1414
dotnet-version: '8.0.x'
1515
- name: Restore dependencies
16-
run: dotnet restore ./src/WPF/GeneralUpdate.Tool.sln
16+
run: dotnet restore ./src/GeneralUpdate.Tool.sln
1717
- name: build
18-
run: dotnet build ./src/WPF/GeneralUpdate.Tool.sln -c Release
18+
run: dotnet build ./src/GeneralUpdate.Tool.sln -c Release

0 commit comments

Comments
 (0)