Skip to content

Commit

Permalink
Update pack to point at latest bestform
Browse files Browse the repository at this point in the history
  • Loading branch information
louthy committed Mar 19, 2024
1 parent 33a2e4a commit 0a1f626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pack.bat
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set root=
:: %LangExtRoot% is where the source code root should be (i.e. c:\dev\language-ext)
:: %LangExtDocs% is where the docs root should be (i.e. c:\dev\louthy.github.io)

cd Q:\dev\best-form\BestForm\bin\Release\net7.0
cd Q:\Dev\best-form\bestform\bin\Release\net8.0
bestform.exe "LanguageExt.Core" "%LangExtRoot%\LanguageExt.Core" "%LangExtDocs%\language-ext" "https://github.com/louthy/language-ext/tree/main"
bestform.exe "LanguageExt.Parsec" "%LangExtRoot%\LanguageExt.Parsec" "%LangExtDocs%\language-ext" "https://github.com/louthy/language-ext/tree/main"
bestform.exe "LanguageExt.FSharp" "%LangExtRoot%\LanguageExt.FSharp" "%LangExtDocs%\language-ext" "https://github.com/louthy/language-ext/tree/main"
Expand Down

0 comments on commit 0a1f626

Please sign in to comment.