Replies: 1 comment
-
I"m also having an issue installing this using nuget.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
ENV: Server 2019, .NET Core SDK 8.0, NuGet 2.8.5.208, PowerShell 5.1.17763.4974, PowerShellGet 1.0.0.1
I have tried to get the AzureSignTool package installed using the --global but default install does not have a NuGet source defined;
dotnet : Unhandled exception: Microsoft.DotNet.Cli.NuGetPackageDownloader.NuGetPackageInstallerException: No NuGet sources are defined or enabled
I downloaded the nuget package locally and was able to get the PowerShell command to return no errors
`Invoke-WebRequest -Uri https://globalcdn.nuget.org/packages/azuresigntool.4.0.1.nupkg -OutFile C:\temp
Install-Package AzureSignTool -Source C:\temp`
However AzureSignTool is still not recognized as a command. Is there a step I'm missing in getting the package installed and recognized as a cmdlet?
AzureSignTool : The term 'AzureSignTool' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
Beta Was this translation helpful? Give feedback.
All reactions