-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12277 from microsoft/seanmcm/1_20_5_release
Merge for 1.20.5
- Loading branch information
Showing
63 changed files
with
47,362 additions
and
46,457 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,95 @@ | ||
name: $(date:yyyyMMdd)$(rev:.r) | ||
trigger: | ||
branches: | ||
include: | ||
- main | ||
- release | ||
|
||
schedules: | ||
- cron: 30 5 * * 0 | ||
branches: | ||
include: | ||
- main | ||
always: true | ||
|
||
resources: | ||
repositories: | ||
- repository: MicroBuildTemplate | ||
type: git | ||
name: 1ESPipelineTemplates/MicroBuildTemplate | ||
ref: refs/tags/release | ||
|
||
extends: | ||
template: azure-pipelines/MicroBuild.1ES.Official.yml@MicroBuildTemplate | ||
parameters: | ||
pool: | ||
name: AzurePipelines-EO | ||
image: AzurePipelinesWindows2022compliantGPT | ||
os: windows | ||
sdl: | ||
sourceAnalysisPool: | ||
name: AzurePipelines-EO | ||
image: AzurePipelinesWindows2022compliantGPT | ||
os: windows | ||
tsa: | ||
enabled: false | ||
featureFlags: | ||
autoBaseline: false | ||
|
||
stages: | ||
- stage: build | ||
jobs: | ||
- job: Phase_1 | ||
displayName: Build cpptools.vsix | ||
timeoutInMinutes: 60 | ||
cancelTimeoutInMinutes: 1 | ||
templateContext: | ||
outputs: | ||
- output: pipelineArtifact | ||
displayName: 'cpptools.vsix' | ||
condition: succeeded() | ||
targetPath: $(Build.ArtifactStagingDirectory)\Extension | ||
artifactName: cpptools.vsix | ||
|
||
steps: | ||
- checkout: self | ||
|
||
- task: geeklearningio.gl-vsts-tasks-yarn.yarn-installer-task.YarnInstaller@3 | ||
displayName: Use Yarn 1.x | ||
|
||
- task: UseNode@1 | ||
displayName: Use Node 16.x | ||
inputs: | ||
version: 16.x | ||
|
||
- task: CmdLine@2 | ||
displayName: Delete .npmrc if it exists | ||
inputs: | ||
script: IF EXIST %SYSTEMDRIVE%\Users\%USERNAME%\.npmrc del %SYSTEMDRIVE%\Users\%USERNAME%\.npmrc | ||
|
||
- task: Npm@0 | ||
name: NpmInstall_2 | ||
displayName: Install vsce | ||
inputs: | ||
arguments: --global @vscode/vsce | ||
|
||
- task: CmdLine@1 | ||
name: ProcessRunner_11 | ||
displayName: Create Extension Staging Directory | ||
inputs: | ||
filename: mkdir | ||
arguments: $(Build.ArtifactStagingDirectory)\Extension | ||
|
||
- task: CmdLine@1 | ||
name: ProcessRunner_12 | ||
displayName: Run VSCE to package vsix | ||
inputs: | ||
filename: vsce | ||
arguments: package --yarn -o $(Build.ArtifactStagingDirectory)\Extension\cpptools.vsix | ||
workingFolder: $(Build.SourcesDirectory)\Extension | ||
|
||
- task: Npm@0 | ||
displayName: Uninstall vsce | ||
inputs: | ||
command: uninstall | ||
arguments: --global @vscode/vsce |
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 |
---|---|---|
|
@@ -1793,7 +1793,7 @@ THE SOFTWARE. | |
|
||
--------------------------------------------------------- | ||
|
||
follow-redirects 1.15.5 - MIT | ||
follow-redirects 1.15.6 - MIT | ||
https://github.com/follow-redirects/follow-redirects | ||
|
||
Copyright 2014-present Olivier Lalonde <[email protected]> , James Talmage <[email protected]> , Ruben Verborgh | ||
|
@@ -3003,9 +3003,10 @@ The notices below are from non-npm sources. | |
- ANTLR (http://www.antlr2.org/) | ||
- C++11 Sublime Text Snippets (https://github.com/Rapptz/cpp-sublime-snippet) | ||
- Clang (https://clang.llvm.org/) | ||
- gcc-9/libgcc (https://packages.ubuntu.com/focal/gcc-9-base) | ||
- gcc-11/libgcc (https://packages.ubuntu.com/jammy/gcc-11-base) | ||
- Guidelines Support Library (https://github.com/Microsoft/GSL) | ||
- libc++ (https://libcxx.llvm.org/index.html) | ||
- libexecinfo (https://github.com/ronchaine/libexecinfo) | ||
- libuv (https://github.com/libuv/libuv) | ||
- LLDB (https://lldb.llvm.org/) | ||
- LLVM (http://llvm.org/) | ||
|
@@ -3850,6 +3851,38 @@ obstacle to adoption, that text has been removed. | |
========================================= | ||
END OF musl NOTICES AND INFORMATION | ||
|
||
%% libexecinfo NOTICES AND INFORMATION BEGIN HERE | ||
========================================= | ||
libexecinfo is licensed for use as follows: | ||
|
||
==== | ||
Copyright (c) 2003 Maxim Sobolev <[email protected]> | ||
All rights reserved. | ||
* | ||
Redistribution and use in source and binary forms, with or without | ||
modification, are permitted provided that the following conditions | ||
are met: | ||
1. Redistributions of source code must retain the above copyright | ||
notice, this list of conditions and the following disclaimer. | ||
2. Redistributions in binary form must reproduce the above copyright | ||
notice, this list of conditions and the following disclaimer in the | ||
documentation and/or other materials provided with the distribution. | ||
* | ||
THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND | ||
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | ||
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | ||
ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE | ||
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | ||
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | ||
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | ||
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | ||
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | ||
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | ||
SUCH DAMAGE. | ||
|
||
========================================= | ||
END OF libexecinfo NOTICES AND INFORMATION | ||
|
||
%% libuv NOTICES AND INFORMATION BEGIN HERE | ||
========================================= | ||
libuv is licensed for use as follows: | ||
|
Oops, something went wrong.