diff --git a/src/ThisAssembly.Project/ThisAssembly.Project.targets b/src/ThisAssembly.Project/ThisAssembly.Project.targets index 843845b5..c42219bd 100644 --- a/src/ThisAssembly.Project/ThisAssembly.Project.targets +++ b/src/ThisAssembly.Project/ThisAssembly.Project.targets @@ -13,12 +13,14 @@ - + + $(InjectThisAssemblyProjectDependsOn) + InitializeSourceControlInformation - + - + diff --git a/src/ThisAssembly.Tests/Tests.cs b/src/ThisAssembly.Tests/Tests.cs index a9daf305..a6cf1804 100644 --- a/src/ThisAssembly.Tests/Tests.cs +++ b/src/ThisAssembly.Tests/Tests.cs @@ -52,6 +52,13 @@ public void CanUseProjectFullFileContents() Assert.False(ThisAssembly.Project.ProjectFile.StartsWith("|")); } + /// + [Fact] + public void CanUseProjectRepositoryUrl() + { + Assert.NotEmpty(ThisAssembly.Project.RepositoryUrl); + } + /// [Fact] public void CanUseConstants()