Add UseDotNet to Integration Tests SQL Server

This commit is contained in:
Nikolaj
2022-10-19 10:46:32 +02:00
parent df19d4fc6d
commit a73eced29c

View File

@@ -318,6 +318,11 @@ stages:
inputs:
artifact: build_output
path: $(Build.SourcesDirectory)
- task: UseDotNet@2
displayName: Use .NET $(dotnetVersion)
inputs:
version: $(dotnetVersion)
includePreviewVersions: $(dotnetIncludePreviewVersions)
- powershell: sqllocaldb start mssqllocaldb
displayName: Start localdb (Windows only)
condition: and(succeeded(), eq(variables['Agent.OS'], 'Windows_NT'))