Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2878 from dagood/release/2.0.0/ending-slash-finalize
Browse files Browse the repository at this point in the history
[release/2.0.0] Add virtual dir ending slash when finalizing build
  • Loading branch information
weshaggard authored Jul 20, 2017
2 parents 82b22fa + aea7b1c commit e8b8861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools-local/tasks/FinalizeBuild.cs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public override bool Execute()

try
{
CopyBlobs($"Runtime/{ProductVersion}", $"Runtime/{Channel}/");
CopyBlobs($"Runtime/{ProductVersion}/", $"Runtime/{Channel}/");

// Generate the latest version text file
string sfxVersion = GetSharedFrameworkVersionFileContent();
Expand Down

0 comments on commit e8b8861

Please sign in to comment.