-
Notifications
You must be signed in to change notification settings - Fork 28
Closed
Labels
InfrastructureChanges to the build and release systemChanges to the build and release system
Milestone
Description
System.IO.FileNotFoundException: Could not find file 'D:\a\Datasync\Datasync\SignedPackageFileList.txt'.
File name: 'D:\a\Datasync\Datasync\SignedPackageFileList.txt'
at Microsoft.Win32.SafeHandles.SafeFileHandle.CreateFile(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options)
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
at System.IO.Strategies.FileStreamHelpers.ChooseStrategyCore(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
at System.IO.Strategies.FileStreamHelpers.ChooseStrategy(FileStream fileStream, String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, Int64 preallocationSize)
at System.IO.FileInfo.OpenRead()
at Sign.Core.Signer.SignAsync(IReadOnlyList`1 inputFiles, String outputFile, FileInfo fileList, DirectoryInfo baseDirectory, String applicationName, String publisherName, String description, Uri descriptionUrl, Uri timestampUrl, Int32 maxConcurrency, HashAlgorithmName fileHashAlgorithm, HashAlgorithmName timestampHashAlgorithm, TokenCredential tokenCredential, Uri keyVaultUrl, String certificateName) in /_/src/Sign.Core/Signer.cs:line 59
at Sign.Cli.AzureKeyVaultCommand.<>c__DisplayClass22_0.<<-ctor>b__0>d.MoveNext() in /_/src/Sign.CLI/AzureKeyVaultCommand.cs:line 2[14](https://github.com/CommunityToolkit/Datasync/actions/runs/10838368093/job/30076430556#step:6:15)
--- End of stack trace from previous location ---
at System.CommandLine.Invocation.AnonymousCommandHandler.InvokeAsync(InvocationContext context)
at System.CommandLine.Invocation.InvocationPipeline.<>c__DisplayClass4_0.<<BuildInvocationChain>b__0>d.MoveNext()
--- End of stack trace from previous location ---
at System.CommandLine.Builder.CommandLineBuilderExtensions.<>c__DisplayClass[17](https://github.com/CommunityToolkit/Datasync/actions/runs/10838368093/job/30076430556#step:6:18)_0.<<UseParseErrorReporting>b__0>d.MoveNext()
--- End of stack trace from previous location ---
at System.CommandLine.Builder.CommandLineBuilderExtensions.<>c__DisplayClass12_0.<<UseHelp>b__0>d.MoveNext()
--- End of stack trace from previous location ---
at System.CommandLine.Builder.CommandLineBuilderExtensions.<>c__DisplayClass22_0.<<UseVersionOption>b__0>d.MoveNext()
--- End of stack trace from previous location ---
at System.CommandLine.Invocation.InvocationPipeline.<InvokeAsync>g__FullInvocationChainAsync|2_0(InvocationContext context)
at System.CommandLine.Parsing.ParseResultExtensions.InvokeAsync(ParseResult parseResult, IConsole console)
at System.CommandLine.Parsing.ParserExtensions.InvokeAsync(Parser parser, String[] args, IConsole console)
at Sign.Cli.Program.Main(String[] args) in /_/src/Sign.CLI/Program.cs:line 51
Metadata
Metadata
Assignees
Labels
InfrastructureChanges to the build and release systemChanges to the build and release system