Skip to content

Commit

Permalink
Retire the build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
IT-VBFK committed Jan 10, 2023
1 parent bce6a78 commit 7943554
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 85 deletions.
68 changes: 0 additions & 68 deletions .github/workflows/build.yml

This file was deleted.

12 changes: 0 additions & 12 deletions .nuke/build.schema.json
Expand Up @@ -6,14 +6,6 @@
"build": {
"type": "object",
"properties": {
"BranchSpec": {
"type": "string",
"description": "A branch specification such as develop or refs/pull/1775/merge"
},
"BuildNumber": {
"type": "string",
"description": "An incrementing build number as provided by the build engine"
},
"Continue": {
"type": "boolean",
"description": "Indicates to continue a previously failed build attempt"
Expand Down Expand Up @@ -71,10 +63,6 @@
"type": "string"
}
},
"PullRequestBase": {
"type": "string",
"description": "The target branch for the pull request"
},
"Root": {
"type": "string",
"description": "Root directory during build execution"
Expand Down
5 changes: 0 additions & 5 deletions Build/Build.cs
Expand Up @@ -72,13 +72,8 @@ class Build : NukeBuild

GitHubActions GitHubActions => GitHubActions.Instance;

[Parameter("A branch specification such as develop or refs/pull/1775/merge")]
string BranchSpec => GitHubActions?.Ref;

[Parameter("An incrementing build number as provided by the build engine")]
string BuildNumber => GitHubActions?.RunNumber.ToString();

[Parameter("The target branch for the pull request")]
string PullRequestBase => GitHubActions?.BaseRef;

[Parameter("The key to push to Nuget")]
Expand Down

0 comments on commit 7943554

Please sign in to comment.