Skip to content

Commit

Permalink
Migrate to .NET SDK projects
Browse files Browse the repository at this point in the history
And target xunit 2.2.0
  • Loading branch information
AArnott committed Mar 25, 2017
1 parent 189718a commit a05e270
Show file tree
Hide file tree
Showing 46 changed files with 118 additions and 999 deletions.
18 changes: 18 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version: '{build}'
skip_tags: true
os: Visual Studio 2017
configuration: Release
environment:
VisualStudioVersion: 15.0
before_build:
- ps: dotnet restore src
build_script:
- ps: >-
dotnet build src /nologo
dotnet pack src --no-build /nologo
test_script:
- ps: dotnet test .\src\Xunit.SkippableFact.Tests\Xunit.SkippableFact.Tests.csproj --no-build
artifacts:
- path: 'bin\**\*.nupkg'
name: NuGet package
13 changes: 0 additions & 13 deletions release.cmd

This file was deleted.

12 changes: 12 additions & 0 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<Project>
<PropertyGroup>
<BaseIntermediateOutputPath>$(MSBuildThisFileDirectory)..\obj\$(MSBuildProjectName)\</BaseIntermediateOutputPath>
<OutputPath>$(MSBuildThisFileDirectory)..\bin\$(MSBuildProjectName)\$(Configuration)\</OutputPath>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Nerdbank.GitVersioning" Version="1.6.21" PrivateAssets="all" />
</ItemGroup>
<ItemGroup>
<AdditionalFiles Include="$(MSBuildThisFileDirectory)stylecop.json" />
</ItemGroup>
</Project>
8 changes: 0 additions & 8 deletions src/Xunit.SkippableFact.Desktop/Properties/AssemblyInfo.cs

This file was deleted.

104 changes: 0 additions & 104 deletions src/Xunit.SkippableFact.Desktop/Xunit.SkippableFact.Desktop.csproj

This file was deleted.

This file was deleted.

10 changes: 0 additions & 10 deletions src/Xunit.SkippableFact.Desktop/packages.config

This file was deleted.

10 changes: 0 additions & 10 deletions src/Xunit.SkippableFact.Dotnet/Properties/AssemblyInfo.cs

This file was deleted.

Loading

0 comments on commit a05e270

Please sign in to comment.