Skip to content

Commit

Permalink
Add Directory.Build.props for ContinuousIntegrationBuild to work
Browse files Browse the repository at this point in the history
  • Loading branch information
lilith committed Dec 6, 2020
1 parent 632ccc1 commit 004e71b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<SourceRoot Include="$(MSBuildThisFileDirectory)/"/>
</ItemGroup>
</Project>
1 change: 1 addition & 0 deletions Imageflow.Server.sln
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
LICENSE.txt = LICENSE.txt
README.md = README.md
src\NugetPackages.targets = src\NugetPackages.targets
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Imazen.Common", "src\Imazen.Common\Imazen.Common.csproj", "{49BDDBEE-3385-4B1D-B7C1-76A893F25C00}"
Expand Down
1 change: 0 additions & 1 deletion src/NugetPackages.targets
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,4 @@
<ItemGroup>
<None Include="..\icon.png" Pack="true" PackagePath=""/>
</ItemGroup>

</Project>

0 comments on commit 004e71b

Please sign in to comment.