Skip to content

Commit

Permalink
Merge pull request #22 from microsoft/hotfix/bc-update-azure-pipeline…
Browse files Browse the repository at this point in the history
…-yaml

Update azure-pipelines.yaml
  • Loading branch information
Ben-Carpenter authored Feb 8, 2023
2 parents 92fe7fc + 5acf70d commit 5940cc6
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,14 @@ steps:
projects: '**/*.csproj'
arguments: '-c $(BuildConfiguration)'

- task: UseDotNet@2
inputs:
packageType: 'sdk'
version: '2.1.x'

- task: EsrpCodeSigning@1
inputs:
ConnectedServiceName: 'DSX ESRP'
ConnectedServiceName: '$(ConnectedServiceName)'
FolderPath: 'src'
Pattern: '*.dll'
signConfigType: 'inlineSignParams'
Expand Down Expand Up @@ -52,10 +57,10 @@ steps:
packagesToPack: '**/*.csproj'
nobuild: true
versioningScheme: 'byBuildNumber'

- task: EsrpCodeSigning@1
inputs:
ConnectedServiceName: 'DSX ESRP'
ConnectedServiceName: '$(ConnectedServiceName)'
FolderPath: '$(Build.ArtifactStagingDirectory)'
Pattern: '*.nupkg'
signConfigType: 'inlineSignParams'
Expand Down

0 comments on commit 5940cc6

Please sign in to comment.