Skip to content

Commit 7faf33d

Browse files
committed
fix: update workflow to reference new solution path
1 parent 4d98550 commit 7faf33d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
dotnet-version: '8.0.x'
2121

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

2525
- name: Build
26-
run: dotnet build --configuration Release --no-restore
26+
run: dotnet build src/CodingWithCalvin.Otel4Vsix.slnx --configuration Release --no-restore
2727

2828
- name: Upload build artifacts
2929
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)