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 4d98550 commit 7faf33dCopy full SHA for 7faf33d
1 file changed
.github/workflows/build.yml
@@ -20,10 +20,10 @@ jobs:
20
dotnet-version: '8.0.x'
21
22
- name: Restore dependencies
23
- run: dotnet restore
+ run: dotnet restore src/CodingWithCalvin.Otel4Vsix.slnx
24
25
- name: Build
26
- run: dotnet build --configuration Release --no-restore
+ run: dotnet build src/CodingWithCalvin.Otel4Vsix.slnx --configuration Release --no-restore
27
28
- name: Upload build artifacts
29
uses: actions/upload-artifact@v4
0 commit comments