Skip to content

Commit

Permalink
Test out Cake.BuildSystems.Module for Cake 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bdukes committed Jan 27, 2021
1 parent 5e79456 commit 3561757
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Build/Build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,21 @@
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="System.Data.SqlClient" Version="4.8.2" />
</ItemGroup>
<ItemGroup>
<Reference Include="Cake.AzurePipelines.Module">
<HintPath>..\tools\Modules\Cake.AzurePipelines.Module.dll</HintPath>
</Reference>
<Reference Include="Cake.Module.Shared">
<HintPath>..\tools\Modules\Cake.Module.Shared.dll</HintPath>
</Reference>
<Reference Include="Cake.MyGet.Module">
<HintPath>..\tools\Modules\Cake.MyGet.Module.dll</HintPath>
</Reference>
<Reference Include="Cake.TeamCity.Module">
<HintPath>..\tools\Modules\Cake.TeamCity.Module.dll</HintPath>
</Reference>
<Reference Include="Cake.TravisCI.Module">
<HintPath>..\tools\Modules\Cake.TravisCI.Module.dll</HintPath>
</Reference>
</ItemGroup>
</Project>
Binary file added tools/Modules/Cake.AzurePipelines.Module.dll
Binary file not shown.
Binary file added tools/Modules/Cake.Module.Shared.dll
Binary file not shown.
Binary file added tools/Modules/Cake.MyGet.Module.dll
Binary file not shown.
Binary file added tools/Modules/Cake.TeamCity.Module.dll
Binary file not shown.
Binary file added tools/Modules/Cake.TravisCI.Module.dll
Binary file not shown.

0 comments on commit 3561757

Please sign in to comment.