Skip to content

Commit

Permalink
Merge pull request #120 from onovotny/preserve-patch
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed May 7, 2017
2 parents e589724 + ef399f2 commit 5c12765
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
4 changes: 4 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ before_build:
build_script:
- ps: >-
.\build.ps1
test:
assemblies:
only:
- NerdBank.GitVersioning.Tests.dll
artifacts:
- path: bin\**\*.nupkg
- path: bin\js\*.tgz
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net45</TargetFramework>
<TargetFramework>net452</TargetFramework>
<DebugType>full</DebugType>
</PropertyGroup>
<ItemGroup>
<EmbeddedResource Include="..\Nerdbank.GitVersioning.NuGet\build\*.targets">
Expand All @@ -19,11 +20,14 @@
<ItemGroup>
<PackageReference Include="7z.NET" Version="1.0.3" />
<PackageReference Include="System.Collections.Immutable" Version="1.3.1" />
<PackageReference Include="Microsoft.Build" Version="14.3" Condition=" '$(TargetFramework)' == 'net45' " />
<PackageReference Include="Microsoft.Build" Version="14.3" Condition=" '$(TargetFramework)' == 'net452' " />
<PackageReference Include="Xunit.Combinatorial" Version="1.1.12" />
<PackageReference Include="xunit" Version="2.1.0" />
<PackageReference Include="xunit" Version="2.2.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="1.1.1" />
<PackageReference Include="Nerdbank.GitVersioning.LKG" Version="1.6.20-beta-gfea83a8c9e" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.1.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.2.0" />
</ItemGroup>
<ItemGroup>
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
</ItemGroup>
</Project>

0 comments on commit 5c12765

Please sign in to comment.