File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -487,7 +487,7 @@ extends:
487
487
throw "PackageVersion variable is not set. Cannot proceed with publishing Universal Package."
488
488
}
489
489
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
491
491
condition : succeeded()
492
492
493
493
- task : AzureCLI@2
@@ -505,7 +505,7 @@ extends:
505
505
throw "PackageVersion variable is not set. Cannot proceed with publishing Universal Package."
506
506
}
507
507
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
509
509
condition : succeeded()
510
510
511
511
- task : AzureCLI@2
@@ -523,7 +523,7 @@ extends:
523
523
throw "PackageVersion variable is not set. Cannot proceed with publishing Universal Package."
524
524
}
525
525
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
527
527
condition : succeeded()
528
528
529
529
- stage : Validation
You can’t perform that action at this time.
0 commit comments