From e7453c5ce544b0864f4868e7135f21ebfe86b8c3 Mon Sep 17 00:00:00 2001 From: Raymond Zhao <7199958+rzhao271@users.noreply.github.com> Date: Mon, 15 Jun 2026 13:58:58 -0700 Subject: [PATCH] fix: add resource block var --- azure-pipelines/playground.yml | 4 ++++ azure-pipelines/pre-release.yml | 4 ++++ azure-pipelines/stable.yml | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/azure-pipelines/playground.yml b/azure-pipelines/playground.yml index d814147a..4883e643 100644 --- a/azure-pipelines/playground.yml +++ b/azure-pipelines/playground.yml @@ -10,6 +10,10 @@ resources: ref: main endpoint: Monaco +variables: + # Required to enable Windows resource block in crates/pet/build.rs + CARGO_BIN_NAME: pet + extends: template: azure-pipelines/rust-package/pipeline.yml@templates parameters: diff --git a/azure-pipelines/pre-release.yml b/azure-pipelines/pre-release.yml index 670108a8..2d546bac 100644 --- a/azure-pipelines/pre-release.yml +++ b/azure-pipelines/pre-release.yml @@ -20,6 +20,10 @@ resources: ref: main endpoint: Monaco +variables: + # Required to enable Windows resource block in crates/pet/build.rs + CARGO_BIN_NAME: pet + extends: template: azure-pipelines/rust-package/pipeline.yml@templates parameters: diff --git a/azure-pipelines/stable.yml b/azure-pipelines/stable.yml index 594f05a7..b10a32bd 100644 --- a/azure-pipelines/stable.yml +++ b/azure-pipelines/stable.yml @@ -10,6 +10,10 @@ resources: ref: main endpoint: Monaco +variables: + # Required to enable Windows resource block in crates/pet/build.rs + CARGO_BIN_NAME: pet + extends: template: azure-pipelines/rust-package/pipeline.yml@templates parameters: