Skip to content

Commit 37daa28

Browse files
committed
Compile the tests project in the MSBuild project
1 parent 2d5fd71 commit 37daa28

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/UmbracoFileSystemProviders.Azure.proj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
<ArtifactsDir>$(RootDir)\artifacts</ArtifactsDir>
7979
<ProjectDir>$(RootDir)\src\UmbracoFileSystemProviders.Azure</ProjectDir>
8080
<InstallerProjectDir>$(RootDir)\src\UmbracoFileSystemProviders.Azure.Installer</InstallerProjectDir>
81+
<TestsProjectDir>$(RootDir)\src\UmbracoFileSystemProviders.Azure.Tests</TestsProjectDir>
8182
</PropertyGroup>
8283

8384
<!-- TARGETS -->
@@ -112,7 +113,7 @@
112113
<!-- COMPILE -->
113114
<Target Name="Compile" DependsOnTargets="UpdateAssemblyInfo">
114115
<MSBuild Projects="$(ProjectDir)\UmbracoFileSystemProviders.Azure.csproj" Properties="Configuration=$(BuildConfig)" />
115-
<MSBuild Projects="$(RootDir)\src\UmbracoFileSystemProviders.Azure.Installer\UmbracoFileSystemProviders.Azure.Installer.csproj" Properties="Configuration=$(BuildConfig)" />
116+
<MSBuild Projects="$(TestsProjectDir)\UmbracoFileSystemProviders.Azure.Tests.csproj" Properties="Configuration=$(BuildConfig)" />
116117
<MSBuild Projects="$(InstallerProjectDir)\UmbracoFileSystemProviders.Azure.Installer.csproj" Properties="Configuration=$(BuildConfig)" />
117118
</Target>
118119

0 commit comments

Comments
 (0)