Skip to content

Commit

Permalink
Updated builder script.
Browse files Browse the repository at this point in the history
  • Loading branch information
kekyo committed Nov 22, 2023
1 parent ff92419 commit ce56bca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build-nupkg.bat
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ echo "==========================================================="
echo "Build MeCab.DotNet"
echo.

dotnet build -p:Configuration=Release MeCab.DotNet.sln
dotnet pack -p:Configuration=Release -o artifacts MeCab.DotNet.sln
dotnet build -p:Configuration=Release -p:Platform="Any CPU" -p:RestoreNoCache=True MeCab.DotNet.sln
dotnet pack -p:Configuration=Release -p:Platform="Any CPU" -p:RestoreNoCache=True -o artifacts MeCab.DotNet.sln
4 changes: 2 additions & 2 deletions build-nupkg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ echo "==========================================================="
echo "Build MeCab.DotNet"
echo ""

dotnet build -p:Configuration=Release MeCab.DotNet.sln
dotnet pack -p:Configuration=Release -o artifacts MeCab.DotNet.sln
dotnet build -p:Configuration=Release -p:Platform="Any CPU" -p:RestoreNoCache=True MeCab.DotNet.sln
dotnet pack -p:Configuration=Release -p:Platform="Any CPU" -p:RestoreNoCache=True -o artifacts MeCab.DotNet.sln

0 comments on commit ce56bca

Please sign in to comment.