Skip to content

Commit 4f1c1fc

Browse files
Make package name lowercase
1 parent 3c26188 commit 4f1c1fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pipelines/DSC-Official.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ extends:
487487
throw "PackageVersion variable is not set. Cannot proceed with publishing Universal Package."
488488
}
489489
Write-Verbose -Verbose "Universal Package version: $packageVersion"
490-
az artifacts universal publish --organization https://dev.azure.com/PowerShell --project PowerShell --feed PowerShell-Universal --name Microsoft.DSC-Windows --version $packageVersion --description "Microsoft Desired State Configuration (DSC) - Universal Package" --path "$(WindowsDirectory)" --scope project --verbose
490+
az artifacts universal publish --organization https://dev.azure.com/PowerShell --project PowerShell --feed PowerShell-Universal --name microsoft.dsc-windows --version $packageVersion --description "Microsoft Desired State Configuration (DSC) - Universal Package" --path "$(WindowsDirectory)" --scope project --verbose
491491
condition: succeeded()
492492

493493
- task: AzureCLI@2
@@ -505,7 +505,7 @@ extends:
505505
throw "PackageVersion variable is not set. Cannot proceed with publishing Universal Package."
506506
}
507507
Write-Verbose -Verbose "Universal Package version: $packageVersion"
508-
az artifacts universal publish --organization https://dev.azure.com//PowerShell --project PowerShell --feed PowerShell-Universal --name Microsoft.DSC-Windows --version $packageVersion --description "Microsoft Desired State Configuration (DSC) - Universal Package" --path "$(LinuxDirectory)" --scope project --verbose
508+
az artifacts universal publish --organization https://dev.azure.com//PowerShell --project PowerShell --feed PowerShell-Universal --name microsoft.dsc-linux --version $packageVersion --description "Microsoft Desired State Configuration (DSC) - Universal Package" --path "$(LinuxDirectory)" --scope project --verbose
509509
condition: succeeded()
510510

511511
- task: AzureCLI@2
@@ -523,7 +523,7 @@ extends:
523523
throw "PackageVersion variable is not set. Cannot proceed with publishing Universal Package."
524524
}
525525
Write-Verbose -Verbose "Universal Package version: $packageVersion"
526-
az artifacts universal publish --organization https://dev.azure.com/PowerShell/ --project PowerShell--feed PowerShell-Universal --name Microsoft.DSC-Windows --version $packageVersion --description "Microsoft Desired State Configuration (DSC) - Universal Package" --path "$(MacOSDirectory)" --scope project --verbose
526+
az artifacts universal publish --organization https://dev.azure.com/PowerShell/ --project PowerShell --feed PowerShell-Universal --name microsoft.dsc-macos --version $packageVersion --description "Microsoft Desired State Configuration (DSC) - Universal Package" --path "$(MacOSDirectory)" --scope project --verbose
527527
condition: succeeded()
528528

529529
- stage: Validation

0 commit comments

Comments
 (0)