Skip to content

Commit

Permalink
Update azure-pipelines - Automation.Zapier.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
acoumb committed Apr 24, 2024
1 parent 61d3ef1 commit 3287f53
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions azure-pipelines - Automation.Zapier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ steps:
packagesToPack: '$(project)'
versioningScheme: 'off'

- task: UseDotNet@2
displayName: 'Install .NET Core 3.x'
inputs:
packageType: 'sdk'
version: '3.x'

- task: CmdLine@2
displayName: 'Create Umbraco Package'
inputs:
Expand Down

0 comments on commit 3287f53

Please sign in to comment.