Skip to content

Commit 0aa9f67

Browse files
Bump xunit from 2.6.2 to 2.6.3 (dotnet#1623)
1 parent 5571615 commit 0aa9f67

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/package.yml

+1
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ jobs:
9393

9494
sign:
9595
name: "Sign Package"
96+
if: github.event_name != 'pull_request'
9697
needs: [pack]
9798
runs-on: windows-latest
9899
steps:

Directory.Packages.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<PackageVersion Include="System.Security.Cryptography.Algorithms" Version="4.3.1" />
2929
<PackageVersion Include="System.Xml.ReaderWriter" Version="4.3.1" />
3030
<PackageVersion Include="System.ValueTuple" Version="4.5.0" />
31-
<PackageVersion Include="xunit" Version="2.6.2" />
31+
<PackageVersion Include="xunit" Version="2.6.3" />
3232
<PackageVersion Include="xunit.runner.visualstudio" Version="2.5.4" />
3333
</ItemGroup>
3434
</Project>

0 commit comments

Comments
 (0)