Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
noelmugnier committed Jul 24, 2021
1 parent 918ef59 commit 198c814
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,7 @@ steps:
rootFolderOrFile: "$(System.DefaultWorkingDirectory)/publish_output/Sheaft.Identity/release"
includeRootFolder: false
archiveFile: "$(System.DefaultWorkingDirectory)/publish_output/Sheaft.Identity/build$(Build.BuildId).zip"
- task: DeleteFiles@1
displayName: "Delete NewRelic"
inputs:
SourceFolder: '$(System.DefaultWorkingDirectory)/publish_output/Sheaft.Identity/release/newrelic'
Contents: '*'
- task: ArchiveFiles@2
displayName: "Archive files"
inputs:
rootFolderOrFile: "$(System.DefaultWorkingDirectory)/publish_output/Sheaft.Identity/release"
includeRootFolder: false
archiveFile: "$(System.DefaultWorkingDirectory)/publish_output/Sheaft.Identity/build$(Build.BuildId)-staging.zip"
- task: PublishBuildArtifacts@1
inputs:
PathtoPublish: '$(System.DefaultWorkingDirectory)/publish_output/Sheaft.Identity/build$(Build.BuildId).zip'
artifactName: 'sheaft-identity'
- task: PublishBuildArtifacts@1
displayName: "Publish WithoutMonitoring"
inputs:
PathtoPublish: '$(System.DefaultWorkingDirectory)/publish_output/Sheaft.Identity/build$(Build.BuildId)-staging.zip'
artifactName: 'sheaft-identity-staging'
artifactName: 'sheaft-identity'

0 comments on commit 198c814

Please sign in to comment.