Skip to content

Commit

Permalink
publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ragavareddychalapala committed Jan 16, 2025
1 parent 5a10f44 commit 62e1342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LCT.ArtifactPublisher/Publish.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public void UploadLogs()
}
else
{
Console.WriteLine($"##vso[artifact.upload containerfolder={LogContainerFolderName};artifactname={LogArtifactFolderName}]/app/out/appSettings.json");
Console.WriteLine($"##vso[artifact.upload containerfolder={LogContainerFolderName};artifactname={LogArtifactFolderName}]/D/ca_image_delivery/CALog/PackageIdentifier.log");
Thread.Sleep(10000);
}

Expand Down

0 comments on commit 62e1342

Please sign in to comment.