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 ee9e5af commit 4402ab6Copy full SHA for 4402ab6
buildtools/build.proj
@@ -239,7 +239,7 @@
239
<SignableItemsBasePath>../</SignableItemsBasePath>
240
<ZipPrefix>netsdk</ZipPrefix>
241
<ZipFilesPath>$(MSBuildProjectDirectory)/../codesign-zip</ZipFilesPath>
242
- <SigningS3KeyPrefix>netsdk</SigningS3KeyPrefix>
+ <SigningS3KeyPrefix>dotnet4-$([System.Guid]::NewGuid())</SigningS3KeyPrefix>
243
<SignedItemsPath>../</SignedItemsPath>
244
<SigningRoleSessionName>netsdk-signer-session</SigningRoleSessionName>
245
</PropertyGroup>
0 commit comments