Skip to content

Commit 82f31d8

Browse files
committed
Ensure xunit published.
1 parent 987ab23 commit 82f31d8

File tree

4 files changed

+3
-7
lines changed

4 files changed

+3
-7
lines changed

nuget-publish.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ param(
5050
[String[]]$ProjectsToPublish = @(
5151
"src\UnitTestEx",
5252
"src\UnitTestEx.MSTest",
53-
"src\UnitTestEx.NUnit",
54-
"src\UnitTestEx.XUnit")
53+
"src\UnitTestEx.Xunit",
54+
"src\UnitTestEx.NUnit")
5555
)
5656

5757
$ShouldPublishRemote = (![string]::IsNullOrEmpty($apiKey) -and ![string]::IsNullOrEmpty($NugetServer))

src/UnitTestEx.MSTest/UnitTestEx.MSTest.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,4 @@
5050
<PackageReference Include="MSTest.TestFramework" Version="2.2.8" />
5151
</ItemGroup>
5252

53-
<ItemGroup>
54-
<ProjectReference Include="..\UnitTestEx\UnitTestEx.csproj" />
55-
</ItemGroup>
56-
5753
</Project>

src/UnitTestEx.XUnit/UnitTestEx.Xunit.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
<EmbedAllSources>true</EmbedAllSources>
3333
<GenerateDocumentationFile>true</GenerateDocumentationFile>
3434
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
35+
<IsPackable>true</IsPackable>
3536
</PropertyGroup>
3637

3738
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

tests/UnitTestEx.Api/UnitTestEx.Api.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,4 @@
1010
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
1111
</ItemGroup>
1212

13-
1413
</Project>

0 commit comments

Comments
 (0)