File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -453,7 +453,7 @@ jobs:
453453 - uses : actions/setup-dotnet@v5
454454 if : runner.os == 'Windows'
455455 with :
456- dotnet-version : " 8 .0.x"
456+ dotnet-version : " 10 .0.x"
457457
458458 - name : Add msbuild to PATH
459459 if : runner.os == 'Windows' && !(matrix.os == 'win' && matrix.name == 'arm64')
Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ ifeq ($(CODE_SIGN),false)
4040endif
4141
4242ifeq ($(OS ) ,Windows_NT)
43- @powershell -Command "Invoke-WebRequest -Uri 'https://github.com/vcsjones/AzureSignTool/releases/download/v7. 0.0/AzureSignTool-x64.exe' -OutFile ' AzureSignTool.exe' "
44- @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";'
43+ @powershell -Command "dotnet tool install --global --version 7. 0.0 AzureSignTool "
44+ @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";'
4545else ifeq ($(shell uname -s),Linux)
4646 @echo "Skipping Code Sign for linux"
4747 @exit 0
You can’t perform that action at this time.
0 commit comments