Skip to content

Commit b52293e

Browse files
committed
allow empty previous nuget on assembly differ
(cherry picked from commit 1fab93b) (cherry picked from commit 74efe1b)
1 parent 19fca1c commit b52293e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/scripts/Versioning.fs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,8 @@ module Versioning =
196196
let fullPath = Path.GetFullPath d
197197

198198
let command = [ sprintf "previous-nuget|%s|%s|%s" nugetId (version.Full.ToString()) tfm;
199-
sprintf "directory|%s" fullPath ]
199+
sprintf "directory|%s" fullPath
200+
"-a"; "-f"; "github-comment";]
200201

201202
ReposTooling.Differ command
202203
)

0 commit comments

Comments
 (0)