Skip to content

Commit

Permalink
publisher adjusts
Browse files Browse the repository at this point in the history
  • Loading branch information
juniorgasparotto committed Dec 16, 2017
1 parent 6e05500 commit 1155e77
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/Publisher/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ bld/
[Oo]bj/
[Ll]og/
.app/
Output/

# Visual Studio 2015 cache/options directory
.vs/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ private DirectoryInfo ToolsPath
{
get
{
return new DirectoryInfo(Path.Combine(PathCommand.RootDirectory, "CommandsSpecifics", "Chocolatey", "Nuspec", "tools"));
return new DirectoryInfo(Path.Combine(PathCommand.RootDirectory, "CommandsSpecific", "Chocolatey", "Nuspec", "tools"));
}
}

Expand Down Expand Up @@ -87,7 +87,7 @@ public string ChocolateyProjectUrl
var appInfo = AppInfo.GetAppInfo();
if (string.IsNullOrWhiteSpace(appInfo.ChocolateyProjectUrl))
{
appInfo.ChocolateyProjectUrl = App.Console.Read("Chocolatey.ProjectUrl: ");
appInfo.ChocolateyProjectUrl = App.Console.Read("Chocolatey.ProjectUrl (use '{version}' placeholder): ");
AppInfo.SaveAppInfo(appInfo);
}
return appInfo.ChocolateyProjectUrl;
Expand Down
2 changes: 2 additions & 0 deletions src/Publisher/Publisher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,10 @@
<Compile Include="Core\AppInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include=".app\app.info.json" />
<None Include="CommandsSpecific\Chocolatey\Nuspec\tools\Uninstall-ChocolateyPath.psm1" />
<None Include="packages.config" />
<None Include="pull.bat" />
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
Expand Down

0 comments on commit 1155e77

Please sign in to comment.