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 3a716d2 commit 90b952aCopy full SHA for 90b952a
.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/GeneralUpdate.Tool.sln
+ run: dotnet restore ./src/GeneralUpdate.Tool.Avalonia.sln
17
- name: build
18
- run: dotnet build ./src/GeneralUpdate.Tool.sln -c Release
+ run: dotnet build ./src/GeneralUpdate.Tool.Avalonia.sln -c Release
0 commit comments