Skip to content

Commit

Permalink
fix #29 pass value for -a when calling assembly-differ otherwise --ta…
Browse files Browse the repository at this point in the history
…rget gets eaten
  • Loading branch information
Mpdreamz committed May 27, 2020
1 parent 20541b4 commit 61fce94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/scripts/Targets.fs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ let private generateApiChanges (arguments:ParseResults<Arguments>) =
"assembly-differ"
(sprintf "previous-nuget|%s|%s|%s" p currentVersion Paths.MainTFM);
(sprintf "directory|src/%s/bin/Release/%s" p Paths.MainTFM);
"-a"; "--target"; p; "-f"; "github-comment"; "--output"; outputFile
"-a"; "true"; "--target"; p; "-f"; "github-comment"; "--output"; outputFile
]

exec "dotnet" args |> ignore
Expand Down

0 comments on commit 61fce94

Please sign in to comment.