Skip to content

Commit a5521ca

Browse files
Alexander-HjelmFabio Ostlind
authored andcommitted
Try adding PublishSingleFile: true for JiraExport and WiImport
1 parent a94b15f commit a5521ca

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/WorkItemMigrator/JiraExport/jira-export.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
77
<IsWebBootstrapper>false</IsWebBootstrapper>
88
<PublishUrl>C:\temp\jirapublish\</PublishUrl>
9+
<PublishSingleFile>true</PublishSingleFile>
910
<Install>true</Install>
1011
<InstallFrom>Disk</InstallFrom>
1112
<UpdateEnabled>false</UpdateEnabled>

src/WorkItemMigrator/WorkItemImport/wi-import.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
77
<IsWebBootstrapper>false</IsWebBootstrapper>
88
<PublishUrl>publish\</PublishUrl>
9+
<PublishSingleFile>true</PublishSingleFile>
910
<Install>true</Install>
1011
<InstallFrom>Disk</InstallFrom>
1112
<UpdateEnabled>false</UpdateEnabled>

0 commit comments

Comments
 (0)