Added nuget path from gcm
5502cd12
Adam Rush
committed
failed
1 changed file
Publish-AzDOArtifactFeed.ps1
/Build/Publish-AzDOArtifactFeed.ps1-1+1
/Build/Publish-AzDOArtifactFeed.ps1
Add comment 11
Add comment 12 # Pester
Add comment 13 $TestScripts = Get-ChildItem "$ProjectRoot\Tests\*\*Tests.ps1"
Add comment 14 Minus   $TestFile = "$($TimeStamp)_UnitTestResults.xml"
Add comment 14 Plus   $TestFile = "Test-Unit_$($TimeStamp).xml"
Add comment 15
Add comment 16 # Script Analyzer
Add comment 17 [ValidateSet('Error', 'Warning', 'Any', 'None')]