Skip to content

Commit a0e9862

Browse files
authored
Merge pull request #3 from hurles/release/1.0.1
update tests + pipelines
2 parents c28d081 + eae88e3 commit a0e9862

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/dotnet_publish.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,4 @@ jobs:
2424
run: |
2525
ls
2626
- name: create package
27-
shell: bash
28-
env:
29-
ACTIONS_ACCESSTOKEN: ${{ secrets.GITHUB_TOKEN }}
30-
run: dotnet nuget push "package_output/**/*.nupkg" -s "github" --api-key $ACTIONS_ACCESSTOKEN
27+
run: dotnet nuget push "package_output/**/*.nupkg" -s "github" --api-key ${{ secrets.GITHUB_TOKEN }}

SharpExcel.Tests/SharpExcel.Tests.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
1818
<PackageReference Include="Shouldly" Version="4.2.1" />
1919
<PackageReference Include="xunit" Version="2.9.3" />
20+
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.1">
21+
<PrivateAssets>all</PrivateAssets>
22+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
23+
</PackageReference>
2024
</ItemGroup>
2125

2226
<ItemGroup>

0 commit comments

Comments
 (0)