feat: Add GitRepoRegistration cmdlets (#5)
- adds GitRepoRegistration cmdlets - adds basic tests for GitRepoRegistration implementations - adds initial build project and scripts Refs: #5, #6
This commit is contained in:
parent
3547e32b6e
commit
5c09b7c5a8
66 changed files with 1619 additions and 142 deletions
|
|
@ -1,20 +1,23 @@
|
|||
<Solution>
|
||||
<Folder Name="/build/">
|
||||
<Project Path="build/Build.csproj" />
|
||||
</Folder>
|
||||
<Folder Name="/harnesses/">
|
||||
<Project Path="src/ModuleHarness/ModuleHarness.csproj" />
|
||||
<Project Path="src/PowershellHarness/PowershellHarness.csproj" />
|
||||
</Folder>
|
||||
<Folder Name="/scripts/">
|
||||
<File Path="build.ps1" />
|
||||
</Folder>
|
||||
<Folder Name="/solutionItems/">
|
||||
<File Path="Directory.Packages.props" />
|
||||
</Folder>
|
||||
<Folder Name="/tests/">
|
||||
<Project Path="tests/ModuleTests/ModuleTests.csproj" />
|
||||
</Folder>
|
||||
<Project Path="src/ModuleCore/ModuleCore.csproj" />
|
||||
<Project Path="src/PowershellModule/PowershellModule.csproj" />
|
||||
<Folder Name="/build/">
|
||||
<Project Path="build/Build.csproj" />
|
||||
</Folder>
|
||||
<Folder Name="/docs/">
|
||||
<File Path="docs/GitRepositoryRegistration.md" />
|
||||
</Folder>
|
||||
<Folder Name="/harnesses/">
|
||||
<Project Path="src/ModuleHarness/ModuleHarness.csproj" />
|
||||
<Project Path="src/PowershellHarness/PowershellHarness.csproj" />
|
||||
</Folder>
|
||||
<Folder Name="/scripts/">
|
||||
<File Path="build.ps1" />
|
||||
</Folder>
|
||||
<Folder Name="/solutionItems/">
|
||||
<File Path="Directory.Packages.props" />
|
||||
</Folder>
|
||||
<Folder Name="/tests/">
|
||||
<Project Path="tests/ModuleTests/ModuleTests.csproj" />
|
||||
</Folder>
|
||||
<Project Path="src/ModuleCore/ModuleCore.csproj" />
|
||||
<Project Path="src/PowershellModule/PowershellModule.csproj" />
|
||||
</Solution>
|
||||
|
|
|
|||
Loading…
Reference in a new issue