Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
idavis committed Jun 27, 2024
1 parent 73844be commit 67aafa7
Showing 1 changed file with 14 additions and 23 deletions.
37 changes: 14 additions & 23 deletions .ado/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,15 +187,6 @@ extends:
condition: and(succeeded(), not(canceled()), not(failed()), ne(variables.CACHE_RESTORED, 'true'), eq(variables['Agent.OS'], 'Darwin'))
# Build PyQIR
- pwsh: |
Write-Host "Debugging: LLVM_DIRECTORY: $(LLVM_DIRECTORY)"
Write-Host "Debugging: PYQIR_LLVM_FEATURE_VERSION: $(PYQIR_LLVM_FEATURE_VERSION)"
$variableName = "LLVM_SYS_$(LLVM_VERSION)0_PREFIX"
$variable = (Get-Item Env:\$variableName)
Write-Host "Debugging: $($variable.Name): $($variable.Value)"
Get-ChildItem (Join-Path $variable.Value "bin")
condition: succeeded()
- pwsh: ./build.ps1 -t default
displayName: Build
condition: and(succeeded(), ne(variables['Agent.OS'], 'Darwin'))
Expand Down Expand Up @@ -262,17 +253,17 @@ extends:
ls $(System.DefaultWorkingDirectory)/target/wheels
displayName: Display Py Artifacts in Publishing Dir
# - task: EsrpRelease@4
# condition: succeeded()
# displayName: Publish Py Packages
# inputs:
# ConnectedServiceName: 'ESRP_Release'
# Intent: 'PackageDistribution'
# ContentType: 'PyPi'
# FolderLocation: '$(System.DefaultWorkingDirectory)/target/wheels'
# Owners: '$(OwnerPersonalAlias)@microsoft.com' # NB: Group email here fails the task with non-actionable output.
# Approvers: '[email protected]'
# # Auto-inserted Debugging defaults:
# ServiceEndpointUrl: 'https://api.esrp.microsoft.com'
# MainPublisher: 'QuantumDevelpmentKit' # ESRP Team's Correction (including the critical typo "Develpm").
# DomainTenantId: '72f988bf-86f1-41af-91ab-2d7cd011db47'
- task: EsrpRelease@4
condition: succeeded()
displayName: Publish Py Packages
inputs:
ConnectedServiceName: 'ESRP_Release'
Intent: 'PackageDistribution'
ContentType: 'PyPi'
FolderLocation: '$(System.DefaultWorkingDirectory)/target/wheels'
Owners: '$(OwnerPersonalAlias)@microsoft.com' # NB: Group email here fails the task with non-actionable output.
Approvers: '[email protected]'
# Auto-inserted Debugging defaults:
ServiceEndpointUrl: 'https://api.esrp.microsoft.com'
MainPublisher: 'QuantumDevelpmentKit' # ESRP Team's Correction (including the critical typo "Develpm").
DomainTenantId: '72f988bf-86f1-41af-91ab-2d7cd011db47'

0 comments on commit 67aafa7

Please sign in to comment.