Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publishing Docs no longer works, when repositoryName is not specified explicitly #687

Closed
nils-a opened this issue Sep 22, 2020 · 0 comments · Fixed by #688
Closed

Publishing Docs no longer works, when repositoryName is not specified explicitly #687

nils-a opened this issue Sep 22, 2020 · 0 comments · Fixed by #688
Labels
Milestone

Comments

@nils-a
Copy link
Contributor

nils-a commented Sep 22, 2020

RepositoryName has a default of Title and as such does not need to be specified explicitly.

on the other hand:

ShouldGenerateDocumentation depends on IsMainRepository which depends on repositoryName (and ignores the default-value)

nils-a added a commit to cake-contrib/CakeContrib.Guidelines that referenced this issue Sep 22, 2020
nils-a added a commit to nils-a/Cake.Recipe that referenced this issue Sep 23, 2020
… make use of the default-value for RepositoryName.
AdmiringWorm added a commit that referenced this issue Sep 23, 2020
(GH-687) using RepositoryName insteadof repositoryName to make use of…
@AdmiringWorm AdmiringWorm added this to the 2.0.0 milestone Sep 23, 2020
gep13 added a commit that referenced this issue Oct 5, 2020
* release/2.0.0: (340 commits)
  (GH-697) Update JetBrains.ReSharper.CommandLineTools reference from 2020.2.3 to 2020.2.4
  Add rule URL resolver for CakeContrib-Guidelines
  Update Cake.Issues.Recipe to 0.4.3
  (GH-691) Update JetBrains.ReSharper.CommandLineTools reference from 2020.2.2 to 2020.2.3
  Revert "(GH-673) Use .Net Global Tool for ReSharper Tools"
  (GH-616) Create unique version number
  Update Cake.Issues.Recipe to 0.4.2
  (GH-687) using RepositoryName insteadof repositoryName to make use of the default-value for RepositoryName.
  (GH-612) Add docs for upgrading to 2.0.0
  (GH-673) Use .Net Global Tool for ReSharper Tools
  Update Cake.Issues.Recipe to 0.4.1
  (GH-684) parameter ShouldDocumentSourceFiles is no longer dependent on ShouldGenerateDocumentation.
  (GH-677) Updated documentation to reflect the changes of the default of webLinkRoot
  (GH-680) Documentation of GH-680 as a known-issue.
  (GH-677) set default for WebLinkRoot as RepositoryName instead of title.
  (GH-675) Update Cake.Transifex reference from 0.9.0 to 0.9.1
  (maint) Switch to latest version of Kudu
  (GH-674) Update github action workflow with cake-action
  (GH-674) update bootstrappers to run use .NET Core global tool
  (maint) Correct line endings for shell scripts
  ...
cake-contrib-bot pushed a commit that referenced this issue Oct 5, 2020
Merge branch 'release/2.0.0' into master

* release/2.0.0: (340 commits)
  (GH-697) Update JetBrains.ReSharper.CommandLineTools reference from 2020.2.3 to 2020.2.4
  Add rule URL resolver for CakeContrib-Guidelines
  Update Cake.Issues.Recipe to 0.4.3
  (GH-691) Update JetBrains.ReSharper.CommandLineTools reference from 2020.2.2 to 2020.2.3
  Revert "(GH-673) Use .Net Global Tool for ReSharper Tools"
  (GH-616) Create unique version number
  Update Cake.Issues.Recipe to 0.4.2
  (GH-687) using RepositoryName insteadof repositoryName to make use of the default-value for RepositoryName.
  (GH-612) Add docs for upgrading to 2.0.0
  (GH-673) Use .Net Global Tool for ReSharper Tools
  Update Cake.Issues.Recipe to 0.4.1
  (GH-684) parameter ShouldDocumentSourceFiles is no longer dependent on ShouldGenerateDocumentation.
  (GH-677) Updated documentation to reflect the changes of the default of webLinkRoot
  (GH-680) Documentation of GH-680 as a known-issue.
  (GH-677) set default for WebLinkRoot as RepositoryName instead of title.
  (GH-675) Update Cake.Transifex reference from 0.9.0 to 0.9.1
  (maint) Switch to latest version of Kudu
  (GH-674) Update github action workflow with cake-action
  (GH-674) update bootstrappers to run use .NET Core global tool
  (maint) Correct line endings for shell scripts
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants