Skip to content

Commit

Permalink
Add buildMultiTargeting folder (#7)
Browse files Browse the repository at this point in the history
This is required to build with multiple targets.
  • Loading branch information
ermshiperete authored Aug 22, 2022
1 parent f5891e2 commit bee0e4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion assets/SIL.Chorus.Mercurial.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<id>SIL.Chorus.Mercurial</id>
<version>$version$</version>
<authors>SIL International</authors>
<copyright>Copyright (c) 2020-2021 SIL International</copyright>
<copyright>Copyright (c) 2020-2022 SIL International</copyright>
<license type="expression">GPL-2.0-or-later</license>
<projectUrl>https://github.com/sillsdev/Mercurial4Chorus</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand Down
1 change: 1 addition & 0 deletions build/SIL.Chorus.Mercurial.proj
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
<Copy SourceFiles="@(WinArtifacts)" DestinationFolder="$(NuGetRuntimeFolderWin)\%(RecursiveDir)" />
<Copy SourceFiles="@(Extensions)" DestinationFolder="$(NuGetRuntimeAnyFolder)\MercurialExtensions\%(RecursiveDir)" />
<Copy SourceFiles="@(TargetFile)" DestinationFolder="$(NuGetBuildDir)\build" />
<Copy SourceFiles="@(TargetFile)" DestinationFolder="$(NuGetBuildDir)\buildMultiTargeting" />
<Copy SourceFiles="@(NuSpecFile)" DestinationFolder="$(NuGetBuildDir)" />
<Copy SourceFiles="$(RootDir)\README.md" DestinationFolder="$(NuGetDocsFolder)" />
<Exec Command="$(NuGetCommand) pack -Version $(PkgVersion) -OutputDirectory $(NuGetPackageDir) SIL.Chorus.Mercurial.nuspec"
Expand Down

0 comments on commit bee0e4b

Please sign in to comment.