Skip to content

Commit 9d98fa2

Browse files
committed
(GH-43) Corrected paths to nuspec files
- Also added ps1 files into solution.
1 parent 1c389a8 commit 9d98fa2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Source/GitHubReleaseManager.sln

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ VisualStudioVersion = 12.0.31101.0
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NuSpecs", "NuSpecs", "{87E2E61F-5F5D-45F1-8C4A-98E0BF8CA01D}"
77
ProjectSection(SolutionItems) = preProject
8-
..\packaging\nuget\GitHubReleaseManager.Cli.nuspec = ..\packaging\nuget\GitHubReleaseManager.Cli.nuspec
8+
..\Packaging\nuget\chocolateyInstall.ps1 = ..\Packaging\nuget\chocolateyInstall.ps1
9+
..\Packaging\nuget\chocolateyUninstall.ps1 = ..\Packaging\nuget\chocolateyUninstall.ps1
910
..\Packaging\nuget\GitHubReleaseManager.nuspec = ..\Packaging\nuget\GitHubReleaseManager.nuspec
11+
..\Packaging\nuget\GitHubReleaseManager.Portable.nuspec = ..\Packaging\nuget\GitHubReleaseManager.Portable.nuspec
1012
EndProjectSection
1113
EndProject
1214
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "BuildScripts", "BuildScripts", "{2C8F25C5-0009-409B-8935-37BF6A5ED656}"

0 commit comments

Comments
 (0)