We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19a8cf3 commit 77459feCopy full SHA for 77459fe
1 file changed
generate.ps1
@@ -12,9 +12,8 @@ if (Test-Path -Path './DocFxMarkdownGen') {
12
git clone git@github.com:Layoric/DocFxMarkdownGen.git
13
}
14
cd DocFxMarkdownGen
15
-dotnet publish -r win-x86 -p:PublishSingleFile=true --self-contained false -o ../out
+dotnet publish -o ../out
16
cd ..
17
-Copy-Item "./out/DocFxMarkdownGen.exe" -Destination "./dfmg.exe"
18
-./dfmg.exe
+./out/DocFxMarkdownGen.exe
19
yarn install
20
npm run build
0 commit comments