Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
eben-roux committed Oct 20, 2020
2 parents f9c7312 + d62078c commit 11fba21
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ steps:
- task: PowerShell@2
inputs:
targetType: 'inline'
script: 'Copy-Item -Path "Shuttle.Access.WebApi/App.template.config" -Destination "Shuttle.Access.WebApi/App.config" -Force'
script: |
Copy-Item -Path "Shuttle.Access.WebApi/App.template.config" -Destination "Shuttle.Access.WebApi/App.config" -Force
Copy-Item -Path "Shuttle.Access.WebApi/log4net.template.xml" -Destination "Shuttle.Access.WebApi/log4net.xml" -Force
- task: DotNetCoreCLI@2
displayName: 'Publish Shuttle.Access.WebApi'
inputs:
Expand Down

0 comments on commit 11fba21

Please sign in to comment.