Commit 3a1792e
committed
Fix incorrect MSBuild property name in Azure test job
Change PackageVersionSqlServer to SqlServerPackageVersion in
test-azure-package-ci-job.yml. This job runs dotnet build directly
against Azure.Test.csproj (not build.proj), so the build.proj-level
PackageVersionSqlServer property was silently ignored. The csproj
consumes SqlServerPackageVersion via Directory.Packages.props and
Versions.props.1 parent 5b3e87d commit 3a1792e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
172 | | - | |
| 172 | + | |
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
| |||
0 commit comments