File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# This copy of GitVersion.yml is used in building the recipe package itself.
2- next-version : 1.5 .0
2+ next-version : 1.6 .0
33mode : ContinuousDelivery
44branches :
55 main :
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ public static class PackageReleaseManager
1515
1616 foreach ( var package in BuildSettings . SelectedPackages )
1717 {
18- var packageName = $ "{ package . PackageId } .{ BuildSettings . PackageVersion } .nupkg";
18+ var packageName = $ "{ package . PackageId } .{ package . PackageVersion } .nupkg";
1919 var packagePath = BuildSettings . PackageDirectory + packageName ;
2020 var packageType = package . PackageType ;
2121
@@ -35,7 +35,7 @@ public static class PackageReleaseManager
3535 whereToPublish . Add ( "Chocolatey" ) ;
3636
3737 string destinations = string . Join ( ", " , whereToPublish ) ;
38- _context . Information ( $ "NoPush option skipping publication of { package . PackageId } to { destinations } ") ;
38+ _context . Information ( $ "NoPush option skipping publication of { packageName } to { destinations } ") ;
3939 continue ;
4040 }
4141
You can’t perform that action at this time.
0 commit comments