Skip to content

BearCreekNerd/PNI_Interview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Introduction

This project is for creating a couple of simple powershell script to test your scripting abilities.

Build and Test

Script 1 - FileParse: Create a script that will

  1. Find csproj files in FileParse project folder and sub folders
  2. Parse the files found in previous step to find refernce nuget packages
  3. Output list of all unique reference packages found in all csproj files to a seperate log file
  4. 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

About

PNI Scripting Test

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published