Skip to content

Commit

Permalink
Copy WI-import and JiraExport files from the correct folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Hjelm committed Sep 25, 2024
1 parent 0cdb3f3 commit 45d789f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ steps:
condition: and(succeeded(), ne(variables['Build.Reason'], 'PullRequest'))
displayName: 'Copy JiraExport files'
inputs:
SourceFolder: '$(system.defaultworkingdirectory)\src\WorkItemMigrator\JiraExport\bin\$(BuildConfiguration)\net6\win-x64'
SourceFolder: '$(system.defaultworkingdirectory)\src\WorkItemMigrator\JiraExport\bin\$(BuildConfiguration)\net6'
Contents: |
ApplicationInsights.config
Atlassian.Jira.dll
Expand Down

0 comments on commit 45d789f

Please sign in to comment.