File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 " Pack" ,
3636 " PackageApp" ,
3737 " Publish" ,
38+ " PushNuGetPackages" ,
3839 " RefreshLockFiles" ,
3940 " Restore" ,
4041 " ShowVersion" ,
141142 "description" : " Minimum line coverage percentage (0-100). CoverageReport fails if below this threshold" ,
142143 "format" : " int32"
143144 },
145+ "NuGetApiKey" : {
146+ "type" : " string" ,
147+ "description" : " NuGet API key for PushNuGetPackages target. Defaults to NUGET_API_KEY environment variable"
148+ },
144149 "ProjectName" : {
145150 "type" : " string" ,
146151 "description" : " New project name for Init target (e.g. Acme.Payments)"
Original file line number Diff line number Diff line change 3131
3232 To publish an RC: trigger workflow_dispatch with prerelease_suffix=rc.1 -->
3333 <PropertyGroup >
34- <VersionPrefix >0.2.8 </VersionPrefix >
34+ <VersionPrefix >0.2.9 </VersionPrefix >
3535 <FileVersion Condition =" '$(BuildNumber)' != ''" >$(VersionPrefix).$(BuildNumber)</FileVersion >
3636 </PropertyGroup >
3737
You can’t perform that action at this time.
0 commit comments