mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-13 17:23:02 -05:00
Clean up solution (#912)
- Use global.json to control what version of .NET SDK is used for building so local builds also use the version used for pipeline builds - Add some missing items to the sln so they are viewable through VS - Delete extra project file
This commit is contained in:
@@ -20,9 +20,9 @@ steps:
|
||||
ArtifactName: source
|
||||
|
||||
- task: UseDotNet@2
|
||||
displayName: 'Use .NET Core sdk 2.2.108'
|
||||
displayName: 'Use defined .NET Core sdk'
|
||||
inputs:
|
||||
version: 2.2.108
|
||||
useGlobalJson: true
|
||||
|
||||
- task: DotNetCoreCLI@1
|
||||
displayName: 'dotnet restore src/Microsoft.SqlTools.Credentials'
|
||||
|
||||
Reference in New Issue
Block a user