From 6d6e9eb40915302da7a409b2c63984d0ab6cd930 Mon Sep 17 00:00:00 2001 From: Ryan Newington Date: Wed, 1 Feb 2023 09:48:34 +1100 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8c59091..4a63e84 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -56,7 +56,7 @@ steps: targetType: 'inline' script: | $files = @() - $files += (Get-ChildItem -Recurse -Path "$(Build.ArtifactStagingDirectory)\Lithnet*.dll").FullName + $files += (Get-ChildItem -Recurse -Path "$(Build.SourcesDirectory)\Lithnet*.dll").FullName write-host "Signing $($files.Length) files:" write-output $files @@ -85,12 +85,6 @@ steps: inputs: targetType: 'inline' script: | - $files = @() - $files += (Get-ChildItem -Path "$(Build.ArtifactStagingDirectory)\Lithnet*.dll").FullName - - write-host "Signing $($files.Length) files:" - write-output $files - $cmdargs = @( "sign", "$(Build.ArtifactStagingDirectory)\*.nupkg)" "-fd", "sha256",