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
2 changes: 1 addition & 1 deletion .github/workflows/release_build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
extension-source-file: 'src/CodingWithCalvin.OpenBinFolder/source.extension.cs'

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

- name: 3. Building Project
run: msbuild 'src/CodingWithCalvin.OpenBinFolder/CodingWithCalvin.OpenBinFolder.csproj' /p:configuration='Release' /p:platform='x64' /p:DeployExtension=False
Expand Down
33 changes: 0 additions & 33 deletions src/CodingWithCalvin.OpenBinFolder.sln

This file was deleted.

14 changes: 14 additions & 0 deletions src/CodingWithCalvin.OpenBinFolder.slnx
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<Solution>
<Configurations>
<Configuration Name="Debug" />
<Configuration Name="Release" />
<Platform Name="x64" />
</Configurations>
<Folder Name="/Solution Items/">
<File Path="../.github/workflows/publish.yml" />
<File Path="../.github/workflows/release_build_and_deploy.yml" />
<File Path="../README.md" />
<File Path="../resources/extension.manifest.json" />
</Folder>
<Project Path="CodingWithCalvin.OpenBinFolder/CodingWithCalvin.OpenBinFolder.csproj" />
</Solution>