Skip to content

Commit 38554b9

Browse files
authored
Optimize rebuild when AZURE_TEST_MODE changes (Azure#2156)
Doesn't need to be as far down as rebuilding the macros crate.
1 parent dd6e335 commit 38554b9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sdk/core/azure_core_test_macros/build.rs renamed to sdk/core/azure_core_test/build.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) Microsoft Corporation. All rights reserved.
2+
// Licensed under the MIT License.
3+
14
pub fn main() {
25
// Force a rebuild of this package, and thus anything dependent upon it, if AZURE_TEST_MODE changes.
36
println!("cargo::rerun-if-env-changed=AZURE_TEST_MODE");

0 commit comments

Comments
 (0)