Skip to content

Commit 9a1172b

Browse files
authored
refactor: move solution file to src/ directory (#48)
1 parent 37ed0e0 commit 9a1172b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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.ProjectRenamifier/source.extension.cs'
2828

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

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

src/CodingWithCalvin.ProjectRenamifier/CodingWithCalvin.ProjectRenamifier.slnx renamed to src/CodingWithCalvin.ProjectRenamifier.slnx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
<Platform Name="arm64" />
77
<Platform Name="x86" />
88
</Configurations>
9-
<Project Path="CodingWithCalvin.ProjectRenamifier.csproj" />
9+
<Project Path="CodingWithCalvin.ProjectRenamifier/CodingWithCalvin.ProjectRenamifier.csproj" />
1010
</Solution>

0 commit comments

Comments
 (0)