- adds GitRepoRegistration cmdlets - adds basic tests for GitRepoRegistration implementations - adds initial build project and scripts Refs: #5, #6
6 lines
No EOL
109 B
C#
6 lines
No EOL
109 B
C#
namespace ModuleTests;
|
|
|
|
public class TestConstants
|
|
{
|
|
public const string SnapshotFolderName = "Snapshots";
|
|
} |