Skip to content

Commit 9085fe1

Browse files
committed
Remove trusted signing to hopefully let windows build
1 parent ff4583d commit 9085fe1

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,7 @@
6363
vs-version: '16.6.2'
6464
- name: Build
6565
run: msbuild "Source\dolphin-emu.sln" /verbosity:minimal /property:Configuration=Release /property:Platform=x64
66-
- name: Trusted Signing
67-
uses: azure/[email protected]
6866
with:
69-
azure-tenant-id: ${{ secrets.AZURE_TENANT_ID }}
70-
azure-client-id: ${{ secrets.AZURE_CLIENT_ID }}
71-
azure-client-secret: ${{ secrets.AZURE_CLIENT_SECRET }}
72-
endpoint: https://eus.codesigning.azure.net/
73-
trusted-signing-account-name: TabithaHanegan
74-
certificate-profile-name: vscx-certificate-profile
7567
files-folder: Binary/x64/
7668
files-folder-filter: exe,dll
7769
- name: Upload Build Artifact

0 commit comments

Comments
 (0)