Skip to content

Commit

Permalink
Try adding PublishSingleFile: true for JiraExport and WiImport
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Hjelm authored and Fabio Ostlind committed Sep 16, 2024
1 parent 204562d commit 95afa45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/WorkItemMigrator/JiraExport/jira-export.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<IsWebBootstrapper>false</IsWebBootstrapper>
<PublishUrl>C:\temp\jirapublish\</PublishUrl>
<PublishSingleFile>true</PublishSingleFile>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
Expand Down
1 change: 1 addition & 0 deletions src/WorkItemMigrator/WorkItemImport/wi-import.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<IsWebBootstrapper>false</IsWebBootstrapper>
<PublishUrl>publish\</PublishUrl>
<PublishSingleFile>true</PublishSingleFile>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
Expand Down

0 comments on commit 95afa45

Please sign in to comment.