Skip to content

Commit

Permalink
update AppVeyor build
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed Aug 28, 2018
1 parent 4d73c81 commit 98c36ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
3 changes: 2 additions & 1 deletion MockHttpServer.UnitTests/MockHttpServer.UnitTests.csproj
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
<TargetFramework>net47</TargetFramework>
<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.8.0" />
<PackageReference Include="MSTest.TestAdapter" Version="1.3.2" />
<PackageReference Include="MSTest.TestFramework" Version="1.3.2" />
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
<PackageReference Include="RestSharp" Version="106.3.1" />
</ItemGroup>

Expand Down
15 changes: 4 additions & 11 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
version: 1.1.{build}
version: 1.5.{build}
image: Visual Studio 2017
configuration: Release
assembly_info:
patch: true
file: '**\AssemblyInfo.cs'
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}'
nuget:
project_feed: true
before_build:
Expand All @@ -14,7 +9,5 @@ build:
publish_nuget: true
verbosity: minimal
artifacts:
- path: MockHttpServer.*.nupkg
name: NuGet Package
cache:
- packages -> **\packages.config
- path: Artifacts
name: NuGet

0 comments on commit 98c36ee

Please sign in to comment.