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 1132eac commit 4aa450dCopy full SHA for 4aa450d
buildtools/build.proj
@@ -240,7 +240,7 @@
240
<SignableItemsBasePath>../</SignableItemsBasePath>
241
<ZipPrefix>netsdk</ZipPrefix>
242
<ZipFilesPath>$(MSBuildProjectDirectory)/../codesign-zip</ZipFilesPath>
243
- <SigningS3KeyPrefix>netsdk</SigningS3KeyPrefix>
+ <SigningS3KeyPrefix>dotnet3-$([System.Guid]::NewGuid())</SigningS3KeyPrefix>
244
<SignedItemsPath>../</SignedItemsPath>
245
<SigningRoleSessionName>netsdk-signer-session</SigningRoleSessionName>
246
</PropertyGroup>
0 commit comments