Skip to content

Commit eb6e56b

Browse files
author
Daniele Catanesi
committed
Updated post
1 parent 0df1852 commit eb6e56b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

_posts/2021-06-02-Setup-Internal-PowerShell-Repository.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ Here's what you will need to follow this article and setup your own PowerShell r
3232
- 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
3333
- A server running a supported copy of **Windows Server** I am using Windows 2019 but 2016 will do just fine
3434

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+
3537
## Create the Visual Studio Project
3638

3739
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
207209
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.
208210

209211
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

Comments
 (0)