Skip to content

Commit f75a4ed

Browse files
authored
Merge pull request #159 from tSQLt-org/releaseNotes20220215
Release notes20220215
2 parents d7f3588 + 9fb7715 commit f75a4ed

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

.github/workflows/build_and_test_on_spawn.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ env:
2020
MATRIX_SPAWNIMAGE: 1
2121
SPAWNDATAIMAGES_DEFAULT:
2222
'[["SQL2017","mssql-empty:v2017"],["SQL2019","mssql-empty:v2019"]]'
23+
SQLPACKAGE_HOME: 'C:\Program Files\Microsoft SQL Server\160\DAC\bin\'
2324

2425
jobs:
2526

@@ -117,7 +118,6 @@ jobs:
117118
#if: ${{ always() }}
118119

119120
env:
120-
SQLPACKAGE_HOME: C:\Program Files\Microsoft SQL Server\150\DAC\bin\
121121
DACPAC_ARTIFACT_DIR: ${{ github.workspace }}\tSQLt\Build\output\DacpacBuild
122122

123123
strategy:
@@ -273,7 +273,6 @@ jobs:
273273

274274
env:
275275
TEST_ARTIFACT_DIR: ${{ github.workspace }}\tSQLt\Build\temp\Validate\TestResults
276-
SQLPACKAGE_HOME: C:\Program Files\Microsoft SQL Server\150\DAC\bin\
277276
DACPAC_ARTIFACT_DIR: ${{ github.workspace }}\tSQLt\Build\output\DacpacBuild
278277
MATRIX_VERSIONS: ${{ format('{{"data-image":{0} }}',github.event.inputs.spawnDataImages) }}
279278

Build/ReleaseNotes.txt

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,26 @@ tSQLt Release Notes
33
An online version of these release notes is available at:
44
http://tsqlt.org/category/release-notes/
55

6-
76
---------------------------
87
Release: VLATEST-BUILD-NUMBER
8+
Date: 2022-02-16
9+
10+
BUG FIXES:
11+
12+
1. tSQLt does not install on case sensitive *server*: https://github.com/tSQLt-org/tSQLt/issues/155
13+
2. Changed build order to eliminate warning about tSQLt.Private_MarktSQLt_TempObject: https://github.com/tSQLt-org/tSQLt/pull/151
14+
15+
NEW FEATURES:
16+
17+
1. N/A
18+
19+
MISCELLANEOUS:
20+
21+
1. Microsoft changed the paths for sqlpackage and sqlcmd on the build agent image (windows-2019)
22+
23+
---------------------------
24+
Release: V1.0.8043.39707
25+
Date: 2022-01-08
926

1027
BUG FIXES:
1128

0 commit comments

Comments
 (0)