dropping GCM support
This commit is contained in:
parent
02160f1eaf
commit
df9ff16c5c
36 changed files with 6228 additions and 149 deletions
|
|
@ -42,7 +42,7 @@ namespace test
|
|||
[Fact]
|
||||
public void GitClone()
|
||||
{
|
||||
var firstProject = _dbContext.Projects.Include(p=>p.Repository).FirstOrDefault();
|
||||
var firstProject = _dbContext.Project.Include(p=>p.Repository).FirstOrDefault();
|
||||
Assert.NotNull (firstProject);
|
||||
var di = new DirectoryInfo(_serverFixture.SiteSetup.GitRepository);
|
||||
if (!di.Exists) di.Create();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue