Update build pipeline (#1431)

This commit is contained in:
Charles Gagnon
2022-03-18 09:50:28 -07:00
committed by GitHub
parent 3b2ffe8aea
commit ad419dd234

View File

@@ -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'