-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
And target xunit 2.2.0
- Loading branch information
Showing
46 changed files
with
118 additions
and
999 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file was deleted.
Oops, something went wrong.
104 changes: 0 additions & 104 deletions
104
src/Xunit.SkippableFact.Desktop/Xunit.SkippableFact.Desktop.csproj
This file was deleted.
Oops, something went wrong.
79 changes: 0 additions & 79 deletions
79
src/Xunit.SkippableFact.Desktop/Xunit.SkippableFact.Desktop.ruleset
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.