File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 3232 retention-days : 7
3333 - name : Verify trimming compatibility
3434 run : dotnet publish TrimmingTestApp
35+
36+ - name : Push package to feed 🐙
37+ id : push-feed
38+ if : github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]' && github.event_name != 'schedule' && github.ref == 'refs/heads/octopus/master'
39+ shell : bash
40+ env :
41+ FEED_API_KEY : ${{ secrets.FEED_API_KEY }}
42+ FEED_SOURCE : ${{ secrets.FEED_SOURCE }}
43+ run : dotnet nuget push artifacts/**/*.nupkg --api-key "$FEED_API_KEY" --source "$FEED_SOURCE"
44+
3545 test :
3646 name : Test / ${{ matrix.os }} / ${{ matrix.arch }} / ${{ matrix.tfm }}
3747 runs-on : ${{ matrix.os }}
Original file line number Diff line number Diff line change 1919 <PackageReadmeFile >App_Readme/README.md</PackageReadmeFile >
2020 <PackageLicenseFile >App_Readme/LICENSE.md</PackageLicenseFile >
2121 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
22+ <PackageId >Octopus.LibGit2Sharp</PackageId >
2223 <PackageOutputPath >$(ArtifactsPath)\package</PackageOutputPath >
23- <MinVerDefaultPreReleaseIdentifiers >preview .0</MinVerDefaultPreReleaseIdentifiers >
24+ <MinVerDefaultPreReleaseIdentifiers >octopus .0</MinVerDefaultPreReleaseIdentifiers >
2425 <MinVerBuildMetadata Condition =" '$(libgit2_hash)' != ''" >libgit2-$(libgit2_hash.Substring(0,7))</MinVerBuildMetadata >
2526 </PropertyGroup >
2627
You can’t perform that action at this time.
0 commit comments