-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
initial implementation of macOS crypto backend
- Loading branch information
Showing
22 changed files
with
1,562 additions
and
1,385 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Copyright (c) Microsoft Corporation. | ||
# Use of this source code is governed by a BSD-style | ||
# license that can be found in the LICENSE file. | ||
|
||
# Variables that determine where to publish internal artifacts. | ||
|
||
variables: | ||
- name: blobBackupAccount | ||
value: golangartifactsbackup | ||
- name: blobContainer | ||
value: 'https://$(blobBackupAccount).blob.core.windows.net/microsoft' | ||
- name: blobPrefix | ||
value: '$(PublishBranchAlias)/$(Build.BuildNumber)' | ||
- name: blobDestinationUrl | ||
value: '$(blobContainer)/$(blobPrefix)' |
Submodule go
updated
45 files
Oops, something went wrong.