mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-08 21:34:22 +03:00
cf445b2e73
* Skip platform independence tests on release PRs changelog_begin changelog_end * yaml that shit changelog_begin changelog_end
14 lines
461 B
YAML
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'))
|