mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-13 17:23:02 -05:00
Fixing sqlcore nuget dlls not being signed. (#2188)
This commit is contained in:
@@ -228,7 +228,7 @@ steps:
|
||||
inputs:
|
||||
ConnectedServiceName: 'Code Signing'
|
||||
FolderPath: '$(Build.SourcesDirectory)/src/Microsoft.SqlTools.SqlCore/bin/$(buildConfiguration)/netstandard2.0'
|
||||
Pattern: '*.dll'
|
||||
Pattern: 'Microsoft.SqlTools.SqlCore.*.dll'
|
||||
signConfigType: inlineSignParams
|
||||
inlineOperation: |
|
||||
[
|
||||
@@ -276,6 +276,13 @@ steps:
|
||||
SessionTimeout: 600
|
||||
MaxConcurrency: 5
|
||||
|
||||
- task: DotNetCoreCLI@2
|
||||
displayName: 'dotnet pack sqlcore'
|
||||
inputs:
|
||||
command: custom
|
||||
custom: pack
|
||||
arguments: '--output $(Build.SourcesDirectory)\artifacts\nugetPackages --no-build --configuration $(buildConfiguration) -v n src\Microsoft.SqlTools.SqlCore\Microsoft.SqlTools.SqlCore.csproj'
|
||||
|
||||
- task: BatchScript@1
|
||||
displayName: 'Package nuspec projects'
|
||||
inputs:
|
||||
@@ -290,13 +297,6 @@ steps:
|
||||
filename: build.cmd
|
||||
arguments: "-target=dotnetpackservicetools -mono"
|
||||
|
||||
- task: DotNetCoreCLI@2
|
||||
displayName: 'dotnet pack sqlcore'
|
||||
inputs:
|
||||
command: custom
|
||||
custom: pack
|
||||
arguments: '--output $(Build.SourcesDirectory)\artifacts\nugetPackages --no-build --no-restore src\Microsoft.SqlTools.SqlCore\Microsoft.SqlTools.SqlCore.csproj'
|
||||
|
||||
- task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@1
|
||||
displayName: 'ESRP Code Signing - Nuget Package'
|
||||
inputs:
|
||||
|
||||
Reference in New Issue
Block a user