Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

opt out of codesign #1457

Merged
merged 15 commits into from
Mar 17, 2020
2 changes: 2 additions & 0 deletions build/.vsts-ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
name: $(BuildID)_$(BuildDefinitionName)_$(SourceBranchName)_$(Date:yyyyMMdd)$(Rev:.r)
variables:
runCodesignValidationInjection: false
resources:
- repo: self
clean: true
Expand Down
5 changes: 4 additions & 1 deletion build/linux_back_compat.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
name: $(BuildID)_$(BuildDefinitionName)_$(SourceBranchName)_$(Date:yyyyMMdd)$(Rev:.r)

variables:
runCodesignValidationInjection: false
resources:
- repo: self
clean: true
Expand Down Expand Up @@ -33,4 +36,4 @@ jobs:
PROVISIONING_CONNECTION_STRING_INVALIDCERT: $(PROVISIONING-CONNECTION-STRING-INVALIDCERT)
- script: sudo rm -rf $(Agent.BuildDirectory)/*
displayName: 'cleanup'
condition: always()
condition: always()
2 changes: 2 additions & 0 deletions build/longhaul.vsts-ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
name: $(BuildID)_$(BuildDefinitionName)_$(SourceBranchName)_$(Date:yyyyMMdd)$(Rev:.r)
variables:
runCodesignValidationInjection: false
resources:
- repo: self
clean: true
Expand Down
1 change: 0 additions & 1 deletion jenkins/raspberrypi/raspi.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Copyright (c) Microsoft. All rights reserved.
# Licensed under the MIT license. See LICENSE file in the project root for full license information.

schedules:
- cron: "0 0 * * *"
displayName: Daily midnight build
Expand Down