mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-09 15:37:05 +03:00
e40aad897f
* move most files * update CI configuration
14 lines
465 B
YAML
14 lines
465 B
YAML
# Copyright (c) 2024 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: sdk/bazel-bin/compiler/damlc/tests/platform-independence.dar
|
|
artifactName: platform-independence-dar-${{parameters.platform}}
|
|
condition: and(succeeded(), eq(${{parameters.is_release}}, 'false'))
|