8 lines
347 B
Bash
Executable File
8 lines
347 B
Bash
Executable File
#!/bin/bash
|
|
dotnet pack Common/Giraffe.Htmx.Common.fsproj -c Release
|
|
dotnet pack Htmx/Giraffe.Htmx.fsproj -c Release
|
|
dotnet pack ViewEngine.Htmx/Giraffe.ViewEngine.Htmx.fsproj -c Release
|
|
cp Common/bin/Release/Giraffe.Htmx.Common.*.nupkg .
|
|
cp Htmx/bin/Release/Giraffe.Htmx.*.nupkg .
|
|
cp ViewEngine.Htmx/bin/Release/Giraffe.ViewEngine.Htmx.*.nupkg .
|