mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
change build to publish -c release
This commit is contained in:
parent
311fd39111
commit
f74eaf2ec0
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
|
@ -1,2 +1,2 @@
|
|||
#!/usr/bin/env bash
|
||||
dotnet restore && dotnet build
|
||||
dotnet restore && dotnet publish -c Release
|
||||
Loading…
Reference in a new issue