We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db6d1c6 commit eb89c8cCopy full SHA for eb89c8c
.github/workflows/dotnet-ci.yaml
@@ -13,6 +13,6 @@ jobs:
13
with:
14
dotnet-version: '8.0.x'
15
- name: Restore dependencies
16
- run: dotnet restore ./src/WPF/GeneralUpdate.Tool.sln
+ run: dotnet restore ./src/GeneralUpdate.Tool.sln
17
- name: build
18
- run: dotnet build ./src/WPF/GeneralUpdate.Tool.sln -c Release
+ run: dotnet build ./src/GeneralUpdate.Tool.sln -c Release
0 commit comments