nuget folder fixes
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
ROOT="$(cd "$(dirname "$0")/../.." && pwd)"
|
||||
PACKAGES_DIR="$ROOT/local-nugets/packages"
|
||||
PACKAGES_DIR="$ROOT/.nuget/packages"
|
||||
TMP_DIR="$ROOT/tmp/sbomservice-feed"
|
||||
PROJECT="$TMP_DIR/probe.csproj"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user