Skip to content

Commit

Permalink
Update azure-pipelines-1ES.yml (#543)
Browse files Browse the repository at this point in the history
  • Loading branch information
snamilikonda authored Feb 5, 2025
1 parent 77ff9b5 commit 404a6b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .azurepipelines/azure-pipelines-1ES.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ extends:
templateContext:
outputs:
- output: pipelineArtifact
condition: and(succeeded())
condition: succeeded()
artifactName: 'PowerApps.TestEngine ($(BuildConfiguration))'
targetPath: '$(Build.ArtifactStagingDirectory)'
- output: nuget
Expand Down Expand Up @@ -191,4 +191,4 @@ extends:
SymbolsPath: http://symweb/
CompressSymbols: true
IndexSources: True
SymbolsArtifactName: TestEngine_Symbols_$(Build.BuildNumber)
SymbolsArtifactName: TestEngine_Symbols_$(Build.BuildNumber)

0 comments on commit 404a6b0

Please sign in to comment.