Skip to content

Commit 406bebd

Browse files
committed
(build) minor change
1 parent 8b52a0f commit 406bebd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.cake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ Task("Copy-Files")
223223
CopyFileToDirectory("./LICENSE", coreFxDir);
224224
CopyFileToDirectory($"./src/GitVersionExe/bin/{parameters.Configuration}/{parameters.CoreFxVersion}/GitVersion.xml", coreFxDir);
225225

226-
// .NET 4.0
226+
// .NET Framework
227227
DotNetCorePublish("./src/GitVersionExe/GitVersionExe.csproj", new DotNetCorePublishSettings
228228
{
229229
Framework = parameters.FullFxVersion,
@@ -393,7 +393,7 @@ Task("Zip-Files")
393393
.IsDependentOn("Copy-Files")
394394
.Does<BuildParameters>((parameters) =>
395395
{
396-
// .NET 4.0
396+
// .NET Framework
397397
var cmdlineDir = parameters.Paths.Directories.ArtifactsBinFullFxCmdline.Combine("tools");
398398
var fullFxFiles = GetFiles(cmdlineDir.FullPath + "/**/*");
399399
Zip(cmdlineDir, parameters.Paths.Files.ZipArtifactPathDesktop, fullFxFiles);

0 commit comments

Comments
 (0)