daml/ci/publish-platform-independence-dar.yml
Moritz Kiefer cf445b2e73
Skip platform independence tests on release PRs (#11631)
* Skip platform independence tests on release PRs

changelog_begin
changelog_end

* yaml that shit

changelog_begin
changelog_end
2021-11-10 12:55:33 +00:00

14 lines
461 B
YAML

# Copyright (c) 2021 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
parameters:
platform: ''
is_release: ''
steps:
- task: PublishBuildArtifacts@1
inputs:
pathtoPublish: bazel-bin/compiler/damlc/tests/platform-independence.dar
artifactName: platform-independence-dar-${{parameters.platform}}
condition: and(succeeded(), eq(${{parameters.is_release}}, 'false'))