File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 7777 - name : Configure GitHub NuGet registry
7878 run : nuget sources add -name github -source https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json -username ${{ github.repository_owner }} -password ${{ secrets.GITHUB_TOKEN }}
7979 - name : Push to GitHub package registry
80- run : nuget push packages\*.nupkg -ApiKey ${{ secrets.GITHUB_TOKEN }} -Source github
80+ run : nuget push packages\*.nupkg -ApiKey ${{ secrets.GITHUB_TOKEN }} -Source github -SkipDuplicate
8181 - name : Push to NuGet.org
8282 run : nuget push packages\*.nupkg -ApiKey ${{ secrets.NUGET_API_KEY }} -Source https://api.nuget.org/v3/index.json
8383 - name : Create GitHub release
Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
3+ <PackageReleaseNotes Condition =" $(VersionPrefix.StartsWith('4.0.'))" >
4+ Changes:
5+ * Update dependencies to latest .NET 6 libraries.
6+ </PackageReleaseNotes >
37 <PackageReleaseNotes Condition =" $(VersionPrefix.StartsWith('3.1.'))" >
48Improvements:
59* @scott-xu: feature: add overload of RunCommandLineApplicationAsync to support configuring of CommandLineApplication (#363)
You can’t perform that action at this time.
0 commit comments