diff --git a/publish-nix.sh b/publish-nix.sh index 7b406cad..fd6d643c 100644 --- a/publish-nix.sh +++ b/publish-nix.sh @@ -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[@]}" diff --git a/publish-win.ps1 b/publish-win.ps1 index 65e900b9..4efdde60 100644 --- a/publish-win.ps1 +++ b/publish-win.ps1 @@ -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)