Skip to content

Commit

Permalink
run after test check in appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
fakefeik committed Jul 13, 2021
1 parent 1bc3bd3 commit 04fb11b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
<PackageReference Include="Nerdbank.GitVersioning" Version="3.3.37" PrivateAssets="All" />
<PackageReference Include="Nerdbank.GitVersioning" Version="3.4.220" PrivateAssets="All" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

<ItemGroup>
<PackageReference Include="FluentAssertions" Version="5.10.3" />
<PackageReference Include="JetBrains.Annotations" Version="2020.3.0" PrivateAssets="All" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.1" />
<PackageReference Include="NUnit3TestAdapter" Version="3.17.0" />
<PackageReference Include="JetBrains.Annotations" Version="2021.1.0" PrivateAssets="All" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.10.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<ItemGroup>
<PackageReference Include="GroboContainer" Version="1.2.60" />
<PackageReference Include="NUnit" Version="3.13.1" />
<PackageReference Include="NUnit" Version="3.13.2" />
</ItemGroup>

</Project>
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ build_script:

test_script:
- cmd: dotnet test --no-build --configuration Release ./GroboContainer.NUnitExtensions.Tests/GroboContainer.NUnitExtensions.Tests.csproj
- cmd: dotnet test --no-build --configuration Release --framework net5.0 ./GroboContainer.NUnitExtensions.Tests/GroboContainer.NUnitExtensions.Tests.csproj --filter FullyQualifiedName=GroboContainer.NUnitExtensions.Tests.ExecutionOrder.AfterTestCheck.Test

artifacts:
- path: './GroboContainer.NUnitExtensions/bin/Release/*.nupkg'
Expand Down

0 comments on commit 04fb11b

Please sign in to comment.