Change build task descriptions
72ff08b5
Adam Rush
committed
1 changed file
azure-pipelines.yml
/azure-pipelines.yml-12+5
/azure-pipelines.yml
Add comment 21
Add comment 22 - powershell: |
Add comment 23 .\Build\build.ps1 -TaskList 'CombineFunctionsAndStage'
Add comment 24 Minus   displayName: "Compile"
Add comment 24 Plus   displayName: "CombineFunctions"
Add comment 25
Add comment 26 - powershell: |
Add comment 27 .\Build\build.ps1 -TaskList 'Analyze'
Add comment 37
Add comment 38 - powershell: |
Add comment 39 .\Build\build.ps1 -TaskList 'CreateBuildArtifact'
Add comment 40 Minus   displayName: "CreateBuildArtifact"
Add comment 40 Plus   displayName: "Create Build Artifact"
Add comment 41
Add comment 42
Add comment 43 # Publish Tasks
Add comment 44 - task: PublishTestResults@2
Add comment 45 Minus   displayName: "Publish Unit Tests"
Add comment 45 Plus   displayName: "Publish Pester Tests"
Add comment 46 inputs:
Add comment 47 testRunner: "NUnit"
Add comment 48 searchFolder: "Artifacts"
Add comment 49 Minus   testRunTitle: "UnitTests"
Add comment 49 Plus   testRunTitle: "PesterTests"
Add comment 50 condition: always()
Add comment 51
Add comment 52 - task: PublishBuildArtifacts@1
Add comment 53 Minus   displayName: "Publish Artifact: PowerShell Module Zipped"
Add comment 53 Plus   displayName: "Publish Artifact: PowerShell Module Zipped for offline use"
Add comment 54 inputs:
Add comment 55 PathtoPublish: Artifacts
Add comment 56 ArtifactName: Artifacts
Add comment 57 condition: always()
Add comment 58
Add comment 59 - task: PublishBuildArtifacts@1
Add comment 60 Minus   displayName: "Publish Artifact: Build Scripts"
Add comment 61 Minus   inputs:
Add comment 62 Minus   PathtoPublish: Build
Add comment 63 Minus   ArtifactName: BuildScripts
Add comment 64 Minus   condition: always()
Add comment 65 Minus  
Add comment 66 Minus   - task: PublishBuildArtifacts@1
Add comment 67 60 displayName: "Publish Artifact: PowerShell Module"
Add comment 68 61 inputs:
Add comment 69 62 PathtoPublish: Staging