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:
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/ --feed PowerShell-Universal --name Microsoft.DSC-Windows --version $packageVersion --description "Microsoft Desired State Configuration (DSC) - Universal Package" --path "$(WindowsDirectory)"
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/ --feed PowerShell-Universal --name Microsoft.DSC-Windows --version $packageVersion --description "Microsoft Desired State Configuration (DSC) - Universal Package" --path "$(LinuxDirectory)"
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
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/ --feed PowerShell-Universal --name Microsoft.DSC-Windows --version $packageVersion --description "Microsoft Desired State Configuration (DSC) - Universal Package" --path "$(MacOSDirectory)"
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
527527 condition : succeeded()
528528
529529 - stage : Validation
You can’t perform that action at this time.
0 commit comments