mirror of
https://github.com/yabwon/SAS_PACKAGES.git
synced 2026-04-21 21:31:34 +00:00
SAS Packages Framework, version 20260409
SAS Packages Framework, version `20260409` New parameters added to the %installPackage() macro: - githubRepo - githubToken With properly configured fine-grained personal access token for GitHub packages from private repos can be installed now.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/*+SPFint_gnPckg_arch+*/
|
||||
%macro SPFint_gnPckg_arch()/secure minoperator
|
||||
des='SAS Packages Framework internal macro. Executable only inside the %generatePackage() macro. The macro encapsulates the archive version generation part of the process. Version 20260216.';
|
||||
des='SAS Packages Framework internal macro. Executable only inside the %generatePackage() macro. The macro encapsulates the archive version generation part of the process. Version 20260409.';
|
||||
/* macro picks up all macrovariables from external scope, so from the %generatePackage() macro */
|
||||
%if %sysmexecname(%sysmexecdepth-1) in (GENERATEPACKAGE) %then
|
||||
%do;
|
||||
|
||||
Reference in New Issue
Block a user