Skip to content

Commit 76ed02e

Browse files
committed
fix(ci): update restore path to src solution
1 parent 8ba482f commit 76ed02e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
dotnet-version: 8.0.x
2121

2222
- name: Restore dependencies
23-
run: dotnet restore
23+
run: dotnet restore src/CodingWithCalvin.VsixSdk.slnx
2424

2525
- name: Build SDK
2626
run: dotnet build src/CodingWithCalvin.VsixSdk/CodingWithCalvin.VsixSdk.csproj -c Release --no-restore

0 commit comments

Comments
 (0)