Skip to content

Commit 4a5df82

Browse files
committed
chore: add flag ignore failed source
1 parent 131abad commit 4a5df82

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ ifeq ($(CODE_SIGN),false)
4040
endif
4141

4242
ifeq ($(OS),Windows_NT)
43-
@powershell -Command "dotnet dev-certs https --trust;"
44-
@powershell -Command "dotnet tool install --global --version 7.0.0 AzureSignTool;"
43+
@powershell -Command "dotnet tool install --global --version 7.0.0 AzureSignTool --ignore-failed-sources;"
4544
@powershell -Command 'azuresigntool.exe sign -kvu "$(AZURE_KEY_VAULT_URI)" -kvi "$(AZURE_CLIENT_ID)" -kvt "$(AZURE_TENANT_ID)" -kvs "$(AZURE_CLIENT_SECRET)" -kvc "$(AZURE_CERT_NAME)" -tr http://timestamp.globalsign.com/tsa/r6advanced1 -v ".\build\bin\llama-server.exe";'
4645
else ifeq ($(shell uname -s),Linux)
4746
@echo "Skipping Code Sign for linux"

0 commit comments

Comments
 (0)