mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-13 17:23:02 -05:00
Update build pipeline (#1431)
This commit is contained in:
@@ -14,7 +14,6 @@ steps:
|
|||||||
inputs:
|
inputs:
|
||||||
filename: build.cmd
|
filename: build.cmd
|
||||||
arguments: '-target=all -mono'
|
arguments: '-target=all -mono'
|
||||||
continueOnError: true
|
|
||||||
|
|
||||||
- task: DotNetCoreCLI@2
|
- task: DotNetCoreCLI@2
|
||||||
displayName: 'dotnet restore test/Microsoft.SqlTools.ServiceLayer.UnitTests'
|
displayName: 'dotnet restore test/Microsoft.SqlTools.ServiceLayer.UnitTests'
|
||||||
@@ -206,6 +205,7 @@ steps:
|
|||||||
inputs:
|
inputs:
|
||||||
PathtoPublish: '$(Build.SourcesDirectory)/artifacts/logs'
|
PathtoPublish: '$(Build.SourcesDirectory)/artifacts/logs'
|
||||||
ArtifactName: 'logs'
|
ArtifactName: 'logs'
|
||||||
|
condition: true
|
||||||
|
|
||||||
- task: NuGetCommand@2
|
- task: NuGetCommand@2
|
||||||
displayName: 'NuGet push'
|
displayName: 'NuGet push'
|
||||||
|
|||||||
Reference in New Issue
Block a user