File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 78
78
<ArtifactsDir >$(RootDir)\artifacts</ArtifactsDir >
79
79
<ProjectDir >$(RootDir)\src\UmbracoFileSystemProviders.Azure</ProjectDir >
80
80
<InstallerProjectDir >$(RootDir)\src\UmbracoFileSystemProviders.Azure.Installer</InstallerProjectDir >
81
+ <TestsProjectDir >$(RootDir)\src\UmbracoFileSystemProviders.Azure.Tests</TestsProjectDir >
81
82
</PropertyGroup >
82
83
83
84
<!-- TARGETS -->
112
113
<!-- COMPILE -->
113
114
<Target Name =" Compile" DependsOnTargets =" UpdateAssemblyInfo" >
114
115
<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)" />
116
117
<MSBuild Projects =" $(InstallerProjectDir)\UmbracoFileSystemProviders.Azure.Installer.csproj" Properties =" Configuration=$(BuildConfig)" />
117
118
</Target >
118
119
You can’t perform that action at this time.
0 commit comments