Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
dotnet-version: '8.0.x'

- name: Restore dependencies
run: dotnet restore
run: dotnet restore src/CodingWithCalvin.Otel4Vsix.slnx

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

- name: Upload build artifacts
uses: actions/upload-artifact@v4
Expand Down
8 changes: 0 additions & 8 deletions CodingWithCalvin.Otel4Vsix.slnx

This file was deleted.

8 changes: 8 additions & 0 deletions src/CodingWithCalvin.Otel4Vsix.slnx
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<Solution>
<Folder Name="/src/">
<Project Path="CodingWithCalvin.Otel4Vsix/CodingWithCalvin.Otel4Vsix.csproj" />
</Folder>
<Folder Name="/tests/">
<Project Path="../tests/CodingWithCalvin.Otel4Vsix.Tests/CodingWithCalvin.Otel4Vsix.Tests.csproj" />
</Folder>
</Solution>
Loading