We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04b466d commit 509cdb9Copy full SHA for 509cdb9
sdk/keyvault/service.projects
@@ -1,6 +1,6 @@
1
<Project>
2
<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'" />
+ <!-- Remove deprecated track 1 packages from builds and live testing. -->
+ <ProjectReference Remove="$(MSBuildThisFileDirectory)Microsoft.Azure.*\**\*.csproj" />
5
</ItemGroup>
6
</Project>
0 commit comments