File tree Expand file tree Collapse file tree
eng/pipelines/onebranch/variables
src/Microsoft.Data.SqlClient/tests/StressTests Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ variables:
3131 - name : Minor
3232 value : ' 1'
3333 - name : Patch
34- value : ' 6 '
34+ value : ' 7 '
3535
3636 - name : NugetPackageVersion
3737 value : ' $(Major).$(Minor).$(Patch)'
@@ -41,7 +41,7 @@ variables:
4141 # maintain this variable such that these testing preview builds receive newer version numbers
4242 # than previous builds.
4343 - name : PreviewNugetPackageVersion
44- value : 6.1.7 -preview1
44+ value : 6.1.8 -preview1
4545
4646 # GOTCHA: We're intentionally omitting the '.' between Minor and Patch because the BuildNumber
4747 # already contains a '.' and assembly file versions must only contain a maximum of three '.'
Original file line number Diff line number Diff line change 2121 </When >
2222 <Otherwise >
2323 <PropertyGroup >
24- <MdsVersion >6.1.5 </MdsVersion >
24+ <MdsVersion >6.1.6 </MdsVersion >
2525 </PropertyGroup >
2626 </Otherwise >
2727 </Choose >
Original file line number Diff line number Diff line change 22<Project ToolsVersion =" Current" DefaultTargets =" Build"
33 xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
44 <PropertyGroup >
5- <MdsVersionDefault >6.1.6 </MdsVersionDefault >
5+ <MdsVersionDefault >6.1.7 </MdsVersionDefault >
66 <BuildNumber Condition =" '$(BuildNumber)' == ''" >0</BuildNumber >
77
88 <!--
You can’t perform that action at this time.
0 commit comments