You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RSPublish.ps1
-14Lines changed: 0 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -12,12 +12,7 @@
12
12
[string]$apiKey
13
13
)
14
14
15
-
# When module creates this file add what version this file comes from for the EasyModuleBuild
16
-
# Check if it's any newer version of this module, if it's any newer alert the user about it.
17
-
# Create script to generate GUID and populate it in the manifest when generated, this should only happen in the setup new module script not in this one.
18
-
# Create script will also populate the Company, PreReleaseTag, author and webpageURI for the manifest.
19
15
20
-
# Need to find a way to handle -beta tags, might add a switch for that
21
16
$preReleaseTag="beta"
22
17
23
18
# Creating ArrayList for use later in the script
@@ -52,9 +47,6 @@ Write-OutPut "Starting to build the module, please wait..."
# Check if the user has any settingfiles for this module if not, then Copy .psd1.source and FileLicens.ps1.source to this folder from the this modules root folder
# check so all the nessacary files are there, if not check if user has user settingsfiles for this module if he don't have it copy the original files from the root module folder
90
78
}
91
79
92
80
# Adding the text from the gnu3_add_file_licens.source to the to of the .psm1 file for licensing of GNU v3
0 commit comments