mirror of
https://github.com/Readarr/Readarr
synced 2026-01-10 01:24:08 +01:00
No clean
This commit is contained in:
parent
d1ed249039
commit
4181334d06
1 changed files with 0 additions and 3 deletions
3
build.sh
3
build.sh
|
|
@ -69,9 +69,6 @@ Build()
|
|||
platform=Posix
|
||||
fi
|
||||
|
||||
dotnet clean $slnFile -c Debug
|
||||
dotnet clean $slnFile -c Release
|
||||
|
||||
if [[ -z "$RID" || -z "$FRAMEWORK" ]];
|
||||
then
|
||||
dotnet msbuild -restore $slnFile -p:Configuration=Release -p:Platform=$platform -t:PublishAllRids
|
||||
|
|
|
|||
Loading…
Reference in a new issue