Skip to content

Commit

Permalink
Add .NET Core v2.1 to release pipeline (#843)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgillum authored Dec 14, 2022
1 parent 39358f0 commit ef7181f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions azure-pipelines-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ steps:
platform: x64
msbuildArgs: /p:FileVersionRevision=$(Build.BuildId) /p:ContinuousIntegrationBuild=true

- task: UseDotNet@2
displayName: 'Use the .NET Core 2.1 SDK (required for build signing)'
inputs:
packageType: 'sdk'
version: '2.1.x'

# Manifest Generator Task
- task: AzureArtifacts.manifest-generator-task.manifest-generator-task.ManifestGeneratorTask@0
displayName: 'Manifest Generator '
Expand Down

0 comments on commit ef7181f

Please sign in to comment.