File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
.azure-pipelines/generation-templates Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 5454 $ModuleMapping.Keys | ForEach-Object {
5555 $ModuleName = $_
5656 $ModulePath = "$(System.DefaultWorkingDirectory)/src/$ModuleName/$ApiVersion"
57- Write-Host "Checking path: $ModulePath"
58- $ModulePsd1 = Join-Path $ModulePath "Microsoft.Graph*.$ModuleName.psd1" -Resolve
59- $ModulePsm1 = Join-Path $ModulePath "Microsoft.Graph*.$ModuleName.psm1" -Resolve
57+ $ModulePsd1 = Join-Path $ModulePath "Microsoft.Graph*.$ModuleName.psd1"
58+ $ModulePsm1 = Join-Path $ModulePath "Microsoft.Graph*.$ModuleName.psm1"
6059 Write-Host "Validating Authenticode Signature for $ModulePsd1"
6160 Write-Host "Validating Authenticode Signature for $ModulePsm1"
6261 if ((Test-Path $ModulePsd1) -and (Test-Path $ModulePsm1)) {
You can’t perform that action at this time.
0 commit comments