Skip to content
This repository was archived by the owner on Jun 27, 2019. It is now read-only.

Commit a246a01

Browse files
committed
Updated GitTools.Testing project
1 parent 244cca3 commit a246a01

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

GitVersionConfig.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
assembly-versioning-scheme: MajorMinorPatch
2-
next-version: 1.0.0
2+
next-version: 1.0.0
3+
branches:
4+
master:
5+
tag: 'beta'

src/GitTools.Core.Tests/GitTools.Core.Tests.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,9 @@
8989
<None Include="app.config" />
9090
<None Include="packages.config" />
9191
</ItemGroup>
92-
<ItemGroup />
92+
<ItemGroup>
93+
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
94+
</ItemGroup>
9395
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
9496
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
9597
<PropertyGroup>

0 commit comments

Comments
 (0)