Skip to content

Commit

Permalink
Fix duplicated call that overwrites the package contents file for Nav…
Browse files Browse the repository at this point in the history
…isworks
  • Loading branch information
GeorgDangl committed May 7, 2024
1 parent 30ddabd commit 1d56b75
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,6 @@ public static class FileVersionProvider
.SetFileVersion(GitVersion.AssemblySemVer)
.SetInformationalVersion(GitVersion.InformationalVersion));
SignExecutablesInFolder(outputDirectory, includeDll: true);
XmlTasks.XmlPoke(outputDirectory / "PackageContents.xml", "//ApplicationPackage[@AppVersion]", GitVersion.NuGetVersion);
}

File.Copy(RootDirectory / "Installer.iss", OutputDirectory / "Installer.iss", overwrite: true);
Expand Down

0 comments on commit 1d56b75

Please sign in to comment.