Skip to content

Commit

Permalink
feat: ✨ s
Browse files Browse the repository at this point in the history
d
  • Loading branch information
GurdipS5 committed Dec 14, 2024
1 parent a421f9c commit de045a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ cspell.json
build
.teamcity
.idea
.nuke
4 changes: 2 additions & 2 deletions build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ class Build : NukeBuild

Target OctopusBuildInfo => _ => _
.DependsOn(Changelog)
.AssuredAfterFailure()
.Executes(async () =>
{

Expand All @@ -235,6 +236,7 @@ class Build : NukeBuild

Target OctopusCreateRelease => _ => _
.DependsOn(OctopusBuildInfo)
.AssuredAfterFailure()
.Executes(() =>
{
if (NukeBuild.IsServerBuild)
Expand All @@ -251,6 +253,4 @@ class Build : NukeBuild
}

});


}

0 comments on commit de045a0

Please sign in to comment.