Skip to content

Commit 4402ab6

Browse files
committed
build: Update code signing task not to use a hardcoded path
1 parent ee9e5af commit 4402ab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildtools/build.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@
239239
<SignableItemsBasePath>../</SignableItemsBasePath>
240240
<ZipPrefix>netsdk</ZipPrefix>
241241
<ZipFilesPath>$(MSBuildProjectDirectory)/../codesign-zip</ZipFilesPath>
242-
<SigningS3KeyPrefix>netsdk</SigningS3KeyPrefix>
242+
<SigningS3KeyPrefix>dotnet4-$([System.Guid]::NewGuid())</SigningS3KeyPrefix>
243243
<SignedItemsPath>../</SignedItemsPath>
244244
<SigningRoleSessionName>netsdk-signer-session</SigningRoleSessionName>
245245
</PropertyGroup>

0 commit comments

Comments
 (0)