We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 131abad commit 4a5df82Copy full SHA for 4a5df82
Makefile
@@ -40,8 +40,7 @@ ifeq ($(CODE_SIGN),false)
40
endif
41
42
ifeq ($(OS),Windows_NT)
43
- @powershell -Command "dotnet dev-certs https --trust;"
44
- @powershell -Command "dotnet tool install --global --version 7.0.0 AzureSignTool;"
+ @powershell -Command "dotnet tool install --global --version 7.0.0 AzureSignTool --ignore-failed-sources;"
45
@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";'
46
else ifeq ($(shell uname -s),Linux)
47
@echo "Skipping Code Sign for linux"
0 commit comments