嗨,我已经创建了非常基本的类库项目和.nupkg。我正在尝试使用下面的命令nuget.exe push -Source -ApiKey az来推送软件包。每次我这么做的时候我都会说 'nuget.exe' is not recognized as an internal or external command,
operable program or batch当我在互联网上搜索时,它告诉我要下载nuget.exe,所以我导航到了nuget<
我正在尝试使用Jenkins构建一个.NET应用程序。Jenkins实例正在Docker容器中运行。我的Jenkinsfile如下: agent { image 'microsoft/dotnet:2.1-sdk' at Microsoft.DotNet.Configurer.DotnetFirstTimeUseConfigurer.Configure()
at Microsof
有没有办法在没有互联网的raspberry PI上使用nuget包和dotnet?我已经在树莓派上安装了dotnet SDK。我还在树莓派上安装了nugetCLI。我正在使用带有mono的nugetCLI。我遵循了这个问题的第二个答案:dotnet add package with local package file 我从package创建