我的 Azure Pipelines 构建在矩阵名称/home/vsts/work/1/Windows
所在的文件夹中输出 NuGet 包Windows
(我在 Windows、Mac 和 Linux 上运行管道的构建部分,但只想从我的 Windows 构建中发布 NuGet 包)。
文档谈论使用$(Build.ArtifactStagingDirectory)/*.nupkg
路径传递给NuGetCommand@2
. 但是,这指向该/home/vsts/work/1/a
文件夹。
变量错误是$(Build.ArtifactStagingDirectory)
因为我使用的是矩阵构建吗?是不是因为我正在使用该PublishPipelineArtifact@0
任务来发布我的 .nupkg 文件?