We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 454033e commit 2843a83Copy full SHA for 2843a83
scripts/sync_nuget.py
@@ -8,8 +8,8 @@ def __init__(self):
8
self.NUGET_FEED_URL = "https://pkgs.dev.azure.com/Keyfactor/_packaging/KeyfactorPackages/nuget/v3/index.json"
9
self.GITHUB_NUGET_URL = "https://nuget.pkg.github.com/keyfactor/index.json"
10
self.GITHUB_TOKEN = os.getenv("GH_NUGET_TOKEN", os.getenv("GITHUB_TOKEN"))
11
- self.TMP_DIR = "../nupkgs"
12
- self.PACKAGES_YML = "../packages.yml"
+ self.TMP_DIR = "nupkgs"
+ self.PACKAGES_YML = "packages.yml"
13
self.allowed_packages = self.load_allowed_packages()
14
os.makedirs(self.TMP_DIR, exist_ok=True)
15
0 commit comments