Skip to content

Commit

Permalink
(build) Update path to manifest(s)
Browse files Browse the repository at this point in the history
So that updating the version numbers is working on correct file path.
  • Loading branch information
gep13 committed Aug 23, 2021
1 parent 8cfe034 commit 51805b6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,12 @@ Task("Update-Manifest-Version")
{
BuildVersion.UpdateManifestVersion(
context: Context,
path: "./src/source.extension.vsixmanifest"
path: "./src/Cake.VisualStudio/source.extension.vsixmanifest"
);

BuildVersion.UpdateManifestVersion(
context: Context,
path: "./src/Cake.VisualStudio.2022/source.extension.vsixmanifest"
);
});

Expand Down

0 comments on commit 51805b6

Please sign in to comment.