Skip to content

Commit 509cdb9

Browse files
authored
Stop building, testing deprecated Key Vault track 1 (#24595)
1 parent 04b466d commit 509cdb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdk/keyvault/service.projects

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<ItemGroup>
3-
<!-- Remove data plane tests from nightly live runs: https://github.com/Azure/azure-sdk-for-net/issues/13029 -->
4-
<ProjectReference Remove="$(MSBuildThisFileDirectory)Microsoft.Azure.*\**\*.csproj" Condition="'$(AZURE_KEYVAULT_TEST_MODE)' == 'Live'" />
3+
<!-- Remove deprecated track 1 packages from builds and live testing. -->
4+
<ProjectReference Remove="$(MSBuildThisFileDirectory)Microsoft.Azure.*\**\*.csproj" />
55
</ItemGroup>
66
</Project>

0 commit comments

Comments
 (0)