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 107107 " Release"
108108 ]
109109 },
110+ "Output" : {
111+ "type" : " string" ,
112+ "description" : " Output directory"
113+ },
110114 "Solution" : {
111115 "type" : " string" ,
112116 "description" : " Path to a solution file that is automatically loaded"
Original file line number Diff line number Diff line change 2727using Nuke . Common . Utilities ;
2828using System . Text . Json . Serialization ;
2929using System . Net . Http . Json ;
30+ [ GitHubActions (
31+ "build-repository" ,
32+ GitHubActionsImage . UbuntuLatest ,
33+ On = new [ ] { GitHubActionsTrigger . WorkflowDispatch , GitHubActionsTrigger . Push } ,
34+ EnableGitHubToken = true ,
35+ AutoGenerate = false ,
36+ InvokedTargets = new [ ] { nameof ( Publish ) } ) ]
3037class Build : NukeBuild
3138{
3239
@@ -78,7 +85,7 @@ GitHubClient GitHubClient
7885
7986 const string RepositoryManifestFileName = "index.json" ;
8087
81- VpmRepositorySettings Settings { get ; } = new ( )
88+ static VpmRepositorySettings Settings { get ; } = new ( )
8289 {
8390 Id = "com.ramtype0.vpm-repository" ,
8491 Name = "Ram.Type-0 VPM Repository" ,
You can’t perform that action at this time.
0 commit comments