8000 [main] Source code updates from dotnet/command-line-api by dotnet-maestro[bot] · Pull Request #334 · dotnet/dotnet · GitHub
[go: up one dir, main page]

Skip to content

[main] Source code updates from dotnet/command-line-api #334

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

Merged
merged 1 commit into from
May 2, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files. 8000
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions prereqs/git-info/command-line-api.props
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Project>
<PropertyGroup>
<GitCommitHash>a91bcf488ba7d0112b2637b505f8de32aded6825</GitCommitHash>
<OfficialBuildId>20250424.1</OfficialBuildId>
<OutputPackageVersion>0.1.622401</OutputPackageVersion>
<GitCommitHash>e5a8d8400751a0fe40f766f2130ef00c59ee9c56</GitCommitHash>
<OfficialBuildId>20250501.4</OfficialBuildId>
<OutputPackageVersion>0.1.625104</OutputPackageVersion>
</PropertyGroup>
</Project>
11 changes: 11 additions & 0 deletions src/command-line-api/.config/tsaoptions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"instanceUrl": "https://devdiv.visualstudio.com/",
"template": "TFSDEVDIV",
"projectName": "DEVDIV",
"areaPath": "DevDiv\\NET Libraries",
"iterationPath": "DevDiv",
"notificationAliases": [ "system-commandline@microsoft.com" ],
"repositoryName":"command-line-api",
"codebaseName": "command-line-api",
"serviceTreeId": "7a9b52f6-7805-416c-9390-343168c0cdb3"
}
21 changes: 19 additions & 2 deletions src/command-line-api/.vsts-ci-official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,20 @@ variables:
value: .NETCore
- name: Codeql.Enabled
value: true
# CodeQL3000 needs this plumbed along as a variable to enable TSA.
- name: Codeql.TSAEnabled
value: true
- name: Codeql.TSAOptionsPath
value: '$(Build.SourcesDirectory)/.config/tsaoptions.json'

# CI and PR triggers
trigger:
batch: true
branches:
include:
- main
- internal/release/*
- validation/*

pr:
autoCancel: false
Expand All @@ -35,6 +42,11 @@ extends:
os: windows
customBuildTags:
- ES365AIMigrationTooling
sdl:
policheck:
enabled: true
tsa:
enabled: true
stages:
- stage: build
displayName: Build and Test
Expand Down Expand Up @@ -91,8 +103,10 @@ extends:
${{ if notin(variables['Build.Reason'], 'PullRequest') }}:
_SignType: real
_BuildArgs: $(_OfficialBuildArgs)

templateContext:
sdl:
binskim:
analyzeTargetGlob: +:f|artifacts\bin\**\*.dll;+:f|artifacts\bin\**\*.exe;-:f|artifacts\bin\**\xunit*.dll;-:f|artifacts\bin\**\verify*.dll;
outputs:
- output: pipelineArtifact
displayName: Upload package artifacts
Expand All @@ -104,7 +118,10 @@ extends:
condition: and(eq(variables['system.pullrequest.isfork'], false), eq(variables['_BuildConfig'], 'Release'))
targetPath: '$(Build.SourcesDirectory)\artifacts\SymStore\$(_BuildConfig)'
artifactName: 'NativeSymbols'

# WORKAROUND: BinSkim requires the folder exist prior to scanning.
preSteps:
- powershell: New-Item -ItemType Directory -Path $(Build.SourcesDirectory)/artifacts/bin -Force
displayName: Create artifacts/bin directory
steps:
- checkout: self
clean: true
Expand Down
6 changes: 3 additions & 3 deletions src/source-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
"commitSha": "b861ffe40adc95775897af7f77cdae5292ac8c35"
},
{
"packageVersion": "0.1.622401",
"barId": 265541,
"packageVersion": "0.1.625104",
"barId": 266615,
"path": "command-line-api",
"remoteUri": "https://github.com/dotnet/command-line-api",
"commitSha": "a91bcf488ba7d0112b2637b505f8de32aded6825"
"commitSha": "e5a8d8400751a0fe40f766f2130ef00c59ee9c56"
},
{
"packageVersion": "9.0.0-preview.1.25228.1",
Expand Down
290F
0