Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions tools/BuildAssets/targets/common.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<DelaySign>true</DelaySign>
<AssemblyOriginatorKeyFile>$(LibraryToolsFolder)\MSSharedLibKey.snk</AssemblyOriginatorKeyFile>
<NoWarn>1591;1701;1573;CS1591</NoWarn>
<DefaultPathTokenToIgnore>$(IgnorePathTokens) Microsoft.Azure.KeyVault.Samples</DefaultPathTokenToIgnore>
<DefaultPathTokenToIgnore>$(DefaultPathTokenToIgnore) $(IgnorePathTokens)</DefaultPathTokenToIgnore>
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@shahabhijeet I removed Microsoft.Azure.KeyVault.Samples from this list because I believe you told me it is no longer needed if that isn't the case or I misunderstood I can keep it here.

<BuildWideDebugTrace Condition=" '$(DebugTrace)' == '' ">false</BuildWideDebugTrace>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
Expand All @@ -28,7 +28,7 @@
<PropertyGroup>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<SignAssembly>true</SignAssembly>
<DelaySign>true</DelaySign>
Expand All @@ -46,8 +46,8 @@
<UnsignedPackageRootDir>$(PackageRootDir)\unsigned</UnsignedPackageRootDir>
<SignedPackageRootDir>$(PackageRootDir)\signed</SignedPackageRootDir>
</PropertyGroup>
<PropertyGroup>

<PropertyGroup>
<BuildNameLabel>DesktopBuild</BuildNameLabel>
</PropertyGroup>

Expand Down