Skip to content

Commit 61fce94

Browse files
committed
fix #29 pass value for -a when calling assembly-differ otherwise --target gets eaten
1 parent 20541b4 commit 61fce94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/scripts/Targets.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ let private generateApiChanges (arguments:ParseResults<Arguments>) =
7272
"assembly-differ"
7373
(sprintf "previous-nuget|%s|%s|%s" p currentVersion Paths.MainTFM);
7474
(sprintf "directory|src/%s/bin/Release/%s" p Paths.MainTFM);
75-
"-a"; "--target"; p; "-f"; "github-comment"; "--output"; outputFile
75+
"-a"; "true"; "--target"; p; "-f"; "github-comment"; "--output"; outputFile
7676
]
7777

7878
exec "dotnet" args |> ignore

0 commit comments

Comments
 (0)