Skip to content

Commit 1ec5e01

Browse files
Remove signing step when build package
1 parent 5f05362 commit 1ec5e01

File tree

6 files changed

+0
-110
lines changed

6 files changed

+0
-110
lines changed

.github/workflows/createRelease.yml

-21
Original file line numberDiff line numberDiff line change
@@ -84,27 +84,6 @@ jobs:
8484
if: success()
8585
run: msbuild\build.ps1 -configuration "Release" -skiptests "true" -verbosity "normal"
8686

87-
- name: Materialize strong name key
88-
id: materialize-snk
89-
uses: timheuer/[email protected]
90-
if: success()
91-
with:
92-
fileName: episerver.snk
93-
encodedString: ${{ secrets.EPISERVER_STRONG_NAME_KEY }}
94-
95-
- name: Materialize code signing sertificate
96-
id: materialize-cert
97-
uses: timheuer/[email protected]
98-
if: success()
99-
with:
100-
fileName: episerver.pfx
101-
encodedString: ${{ secrets.EPISERVER_CODE_SIGNING_CERTIFICATE }}
102-
103-
- name: Sign assembly
104-
if: success()
105-
run: |
106-
msBuild\SignGH.ps1 -WindowsSDKPath "${{ env.WindowsSDKPath }}" -SNKPath "${{ steps.materialize-snk.outputs.filePath }}" -CertPath "${{ steps.materialize-cert.outputs.filePath }}" -CertPassword "${{ secrets.EPISERVER_CODE_SIGNING_CERTIFICATE_PASSWORD }}"
107-
10887
- name: Packages
10988
if: success() && env.publishPackages == 'true'
11089
run: msbuild\packGH.ps1 -version ${{ env.packageVersion }} -configuration "Release"

APIs/src/CGTypeSync/Optimizely.ContentGraph.Client.Tools.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2-
<Import Project="..\..\..\msbuild\SignEpiserver.props" />
32
<Import Project="..\..\..\msbuild\nuspec.props" />
43
<PropertyGroup>
54
<OutputType>Exe</OutputType>

APIs/src/EpiServer.ContentGraph/EPiServer.ContentGraph.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2-
<Import Project="..\..\..\msbuild\SignEpiserver.props" />
32
<Import Project="..\..\..\msbuild\nuspec.props" />
43
<PropertyGroup>
54
<TargetFrameworks>net6.0</TargetFrameworks>
-160 Bytes
Binary file not shown.

msbuild/SignEpiserver.props

-7
This file was deleted.

msbuild/SignGH.ps1

-80
This file was deleted.

0 commit comments

Comments
 (0)