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: _posts/2021-06-02-Setup-Internal-PowerShell-Repository.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,8 @@ Here's what you will need to follow this article and setup your own PowerShell r
32
32
- The ASP.NET and web development workload installed [here's](https://docs.microsoft.com/en-us/visualstudio/install/modify-visual-studio?view=vs-2019) a guide on how to modify an existing Visual Studio installation in case you don't have the appropriate workload installed already
33
33
- A server running a supported copy of **Windows Server** I am using Windows 2019 but 2016 will do just fine
34
34
35
+
**Note:** If you do not have or cannot install Visual Studio at the end of the post I have posted a link to my [GitHub Repository](https://github.com/PsCustomObject/Nuget-PowerShell-Repository/tree/main/NuGetRepository/NuGetRepository)
36
+
35
37
## Create the Visual Studio Project
36
38
37
39
Once all requirements are in place open Visual Studio and create a project using the *ASP.Web Application (Visual C#)* template.
@@ -207,3 +209,12 @@ If you want to disable authentication all together you can simply set the **requ
207
209
This guide should set you in the right path for configuring your own internal PowerShell module repository but this is just the tip of the iceberg.
208
210
209
211
In the next articles I will explain how to register a repository and push modules to it.
212
+
213
+
## GitHub Link
214
+
215
+
I have created a GitHub repository where I've posted both the package and the full Visual Studio Solution so you can simply download the files and be up and running in no time.
216
+
217
+
-[This is the direct link to the application files](https://github.com/PsCustomObject/Nuget-PowerShell-Repository/tree/main/NuGetRepository/NuGetRepository) that you can simply copy over to IIS
218
+
-[This is the link to the base repository](https://github.com/PsCustomObject/Nuget-PowerShell-Repository) containing readme, changelog etc.
219
+
220
+
I will keep this repository up to date when new versions of NuGet are released.
0 commit comments