Skip to content

Commit

Permalink
Remove list files task
Browse files Browse the repository at this point in the history
  • Loading branch information
Haard30 committed Jun 25, 2024
1 parent 4dd349c commit aabf4fa
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/release-azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,6 @@ extends:
targetType: 'inline'
script: |
mv "azureauth-${{ parameters.version }}-${{ config.runtime }}" "azureauth-${{ parameters.version }}-${{ config.runtime }}-signed"
Get-ChildItem -Path . -Recurse | Select-Object FullName
# Currently we package artifacts into the most commonly accessible archive format for their respective platforms.
- stage: package
Expand Down Expand Up @@ -331,13 +330,6 @@ extends:
artifactName: azureauth-${{ parameters.version }}-${{ config.runtime }}.${{ config.archiveExt }}
targetPath: $(Build.ArtifactStagingDirectory)/azureauth-${{ parameters.version }}-${{ config.runtime }}.${{ config.archiveExt }}
steps:
- task: PowerShell@2
displayName: 'List files'
inputs:
workingDirectory: $(Build.ArtifactStagingDirectory)
targetType: 'inline'
script: |
Get-ChildItem -Path . -Recurse | Select-Object FullName
- task: GitHubRelease@1
displayName: 'Create AzureAuth GitHub Release'
inputs:
Expand Down

0 comments on commit aabf4fa

Please sign in to comment.