diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index e17d221..740a389 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -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
diff --git a/CodingWithCalvin.Otel4Vsix.slnx b/CodingWithCalvin.Otel4Vsix.slnx
deleted file mode 100644
index e7e5385..0000000
--- a/CodingWithCalvin.Otel4Vsix.slnx
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
diff --git a/src/CodingWithCalvin.Otel4Vsix.slnx b/src/CodingWithCalvin.Otel4Vsix.slnx
new file mode 100644
index 0000000..ab3c5a0
--- /dev/null
+++ b/src/CodingWithCalvin.Otel4Vsix.slnx
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+