Skip to content

Commit 26f6f09

Browse files
Minor formatting change
Adjust brace style.
1 parent 2fb8932 commit 26f6f09

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Build.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ function DotNetPack {
8383

8484
if ($VersionSuffix) {
8585
& $dotnet pack $Project --output $OutputPath --configuration $Configuration --version-suffix "$VersionSuffix" --include-symbols --include-source
86-
} else {
86+
}
87+
else {
8788
& $dotnet pack $Project --output $OutputPath --configuration $Configuration --include-symbols --include-source
8889
}
8990
if ($LASTEXITCODE -ne 0) {

0 commit comments

Comments
 (0)