Skip to content

Commit 4aa450d

Browse files
committed
build: Update code signing task not to use a hardcoded path
1 parent 1132eac commit 4aa450d

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
@@ -240,7 +240,7 @@
240240
<SignableItemsBasePath>../</SignableItemsBasePath>
241241
<ZipPrefix>netsdk</ZipPrefix>
242242
<ZipFilesPath>$(MSBuildProjectDirectory)/../codesign-zip</ZipFilesPath>
243-
<SigningS3KeyPrefix>netsdk</SigningS3KeyPrefix>
243+
<SigningS3KeyPrefix>dotnet3-$([System.Guid]::NewGuid())</SigningS3KeyPrefix>
244244
<SignedItemsPath>../</SignedItemsPath>
245245
<SigningRoleSessionName>netsdk-signer-session</SigningRoleSessionName>
246246
</PropertyGroup>

0 commit comments

Comments
 (0)