-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy pathplayground.yml
More file actions
38 lines (34 loc) · 1.01 KB
/
playground.yml
File metadata and controls
38 lines (34 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
trigger: none
pr: none
# Should only ever be manually run.
resources:
repositories:
- repository: templates
type: github
name: microsoft/vscode-engineering
ref: main
endpoint: Monaco
extends:
template: azure-pipelines/rust-package/pipeline.yml@templates
parameters:
binaryName: "pet"
signing: false
apiScanSoftwareVersion: 2024 # major version of `pet` for internal reporting
buildPlatforms:
- name: linux
target: x86_64-unknown-linux-musl
- name: linux
target: aarch64-unknown-linux-gnu
- name: linux
target: armv7-unknown-linux-gnueabihf
- name: darwin
target: aarch64-apple-darwin
- name: darwin
target: x86_64-apple-darwin
- name: windows
target: aarch64-pc-windows-msvc
- name: windows
target: x86_64-pc-windows-msvc
preBuildSteps:
- pwsh: Rename-Item -Path "./.cargo/config.toml.disabled" -NewName "config.toml"
displayName: "Enable Azure Build config for Rust"