File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments