Skip to content

Commit f54a727

Browse files
authored
refactor: convert solution to .slnx format (#11)
Converts from legacy .sln format to the new XML-based .slnx format. Updates workflow to reference the new solution file.
1 parent 45d8bee commit f54a727

3 files changed

Lines changed: 15 additions & 34 deletions

File tree

.github/workflows/release_build_and_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
extension-source-file: 'src/CodingWithCalvin.OpenBinFolder/source.extension.cs'
2828

2929
- name: 2. Restoring Packages
30-
run: nuget restore src/CodingWithCalvin.OpenBinFolder.sln
30+
run: nuget restore src/CodingWithCalvin.OpenBinFolder.slnx
3131

3232
- name: 3. Building Project
3333
run: msbuild 'src/CodingWithCalvin.OpenBinFolder/CodingWithCalvin.OpenBinFolder.csproj' /p:configuration='Release' /p:platform='x64' /p:DeployExtension=False

src/CodingWithCalvin.OpenBinFolder.sln

Lines changed: 0 additions & 33 deletions
This file was deleted.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<Solution>
2+
<Configurations>
3+
<Configuration Name="Debug" />
4+
<Configuration Name="Release" />
5+
<Platform Name="x64" />
6+
</Configurations>
7+
<Folder Name="/Solution Items/">
8+
<File Path="../.github/workflows/publish.yml" />
9+
<File Path="../.github/workflows/release_build_and_deploy.yml" />
10+
<File Path="../README.md" />
11+
<File Path="../resources/extension.manifest.json" />
12+
</Folder>
13+
<Project Path="CodingWithCalvin.OpenBinFolder/CodingWithCalvin.OpenBinFolder.csproj" />
14+
</Solution>

0 commit comments

Comments
 (0)