We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20541b4 commit 61fce94Copy full SHA for 61fce94
build/scripts/Targets.fs
@@ -72,7 +72,7 @@ let private generateApiChanges (arguments:ParseResults<Arguments>) =
72
"assembly-differ"
73
(sprintf "previous-nuget|%s|%s|%s" p currentVersion Paths.MainTFM);
74
(sprintf "directory|src/%s/bin/Release/%s" p Paths.MainTFM);
75
- "-a"; "--target"; p; "-f"; "github-comment"; "--output"; outputFile
+ "-a"; "true"; "--target"; p; "-f"; "github-comment"; "--output"; outputFile
76
]
77
78
exec "dotnet" args |> ignore
0 commit comments