Skip to content

Commit 7577ba2

Browse files
authored
Updated MDS release version variables to 5.1.7. (#3298)
1 parent cd2e4fb commit 7577ba2

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

eng/pipelines/dotnet-sqlclient-signing-pipeline.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,14 +91,22 @@ extends:
9191
featureFlags:
9292
WindowsHostVersion: 1ESWindows2022
9393
globalSdl: # https://aka.ms/obpipelines/sdl
94+
tsa:
95+
# The OneBranch template will set 'break' to false for the other SDL
96+
# tools when TSA is enabled. This allows TSA to gather the results
97+
# and publish them for downstream analysis.
98+
enabled: ${{parameters.enableAllSdlTools }}
9499
apiscan:
95100
enabled: ${{parameters.enableAllSdlTools }}
101+
# For non-official builds, the OneBranch template seems to set APIScan's
102+
# 'break' to true even when TSA is enabled. We don't want APIScan to
103+
# break non-official builds, so we explicitly set 'break' to false here.
104+
${{ if ne(parameters.oneBranchType, 'Official') }}:
105+
break: false
96106
softwareFolder: $(softwareFolder)
97107
symbolsFolder: $(symbolsFolder)
98108
softwarename: Microsoft.Data.SqlClient
99109
versionNumber: $(AssemblyFileVersion)
100-
tsa:
101-
enabled: ${{parameters.enableAllSdlTools }} # onebranch publish all sdl results to TSA. If TSA is disabled all SDL tools will forced into 'break' build mode.
102110
codeql:
103111
compiled:
104112
enabled: false #[warning]Consider running CodeQL on the default branch only.

eng/pipelines/libraries/mds-variables.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ variables:
1212
- name: Minor
1313
value: 1
1414
- name: Patch
15-
value: 6
15+
value: 7
1616
- name: Packaging.EnableSBOMSigning
1717
value: true
1818

0 commit comments

Comments
 (0)