Sam13
Sam13
Is there a way to add a team with specific access rights to a repository? I can do this manually in the repository settings -> Collaborators & teams -> Add...
Question: How does the current version behave regarding persisting feed URLs used for further restarts of the application. In version 3.19 all my feed URLs which have been entered have...
### Usage Information Nuke v6.1.2, .NET SDK 6.0.400, .NET 6, all OS ### Description Given the following Nuke build: https://github.com/Sam13/nuke-build-components-dependencies-investigation/blob/5d17ee622887607c41f694d3a2f4f9a4f0984b09/build/Build.cs I have generic _IRestore_ and _ICompile_ components which have two...
Is it somehow possible to have the configuration file stored outside the repository (e.g. in another repository or URL)? This would allow reusing the same configuration without duplication to each...
Adds support for mono repos by allowing usage of different configuration files in subdirectories. See https://github.com/dotnet/Nerdbank.GitVersioning/blob/main/doc/pathFilters.md for documentation about multiple NBGV configuration files in same repository. Usage: ```csharp [NerdbankGitVersioning(WorkingDirectoryRelativePath =...
Additional / optional pull request approval support would be nice for the _merge_ command. When you have e.g. GitHub branch protections which do not allow administrator bypassing you cannot bulk...
I'm running multi-gitter inside a Docker / VS Code devcontainer environment. It would be nice to configure the directory where multi-gitter clones the repositories. Currently this is the system temporary...
Encapsulates detection whether GHA debug logging is enabled or not. When enabled (via various mechanisms documented below) the environment variable `RUNNER_DEBUG` is set to `1`. https://docs.github.com/en/actions/learn-github-actions/variables#default-environment-variables https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging I confirm that...
Assume you have a class `Foo` and a corresponding test fixture. In the test fixture you have nested fixtures for different test scenarios. For example: ``` internal sealed class FooTest...
Is there a way to get StrongNamer working when having `CopyLocal` set to `False`? Before my build starts, I copy all my third party assemblies in one output folder. All...