Skip to content

Commit 77459fe

Browse files
committed
Try OrmLite now running action on a windows runner.
1 parent 19a8cf3 commit 77459fe

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

generate.ps1

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@ if (Test-Path -Path './DocFxMarkdownGen') {
1212
git clone git@github.com:Layoric/DocFxMarkdownGen.git
1313
}
1414
cd DocFxMarkdownGen
15-
dotnet publish -r win-x86 -p:PublishSingleFile=true --self-contained false -o ../out
15+
dotnet publish -o ../out
1616
cd ..
17-
Copy-Item "./out/DocFxMarkdownGen.exe" -Destination "./dfmg.exe"
18-
./dfmg.exe
17+
./out/DocFxMarkdownGen.exe
1918
yarn install
2019
npm run build

0 commit comments

Comments
 (0)