mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-04-20 21:24:27 +00:00
Limit packing to just BOS library
This commit is contained in:
@@ -64,7 +64,7 @@ then
|
||||
dotnet restore
|
||||
|
||||
# Create Nuget Package
|
||||
dotnet pack --output $BUILD_FOLDER
|
||||
dotnet pack BinaryObjectScanner/BinaryObjectScanner.csproj --output $BUILD_FOLDER
|
||||
|
||||
# Build Test
|
||||
for FRAMEWORK in "${FRAMEWORKS[@]}"
|
||||
|
||||
@@ -53,7 +53,7 @@ if (!$NO_BUILD.IsPresent)
|
||||
dotnet restore
|
||||
|
||||
# Create Nuget Package
|
||||
dotnet pack --output $BUILD_FOLDER
|
||||
dotnet pack BinaryObjectScanner\BinaryObjectScanner.csproj --output $BUILD_FOLDER
|
||||
|
||||
# Build Test
|
||||
foreach ($FRAMEWORK in $FRAMEWORKS)
|
||||
|
||||
Reference in New Issue
Block a user