This project is for creating a couple of simple powershell script to test your scripting abilities.
Script 1 - FileParse: Create a script that will
- Find csproj files in FileParse project folder and sub folders
- Parse the files found in previous step to find refernce nuget packages
- Output list of all unique reference packages found in all csproj files to a seperate log file
- Download nupkg files from Nuget.Org to a temporary folder for each of the PackageReferences
Script 2 - Variable Replacement: Create a powershell script that will
-
- Load the provided variabes.json file
-
- Replace variable tokens in 2nd file xml file making sure the values are escaped properly