File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -81,17 +81,11 @@ jobs:
8181 artifactName : ' CodeGen-Installer'
8282
8383 - script : |
84- dir DotNetCore\RepositoryAPI\bin
85- displayName: 'Verify output files before packing'
86-
87- - script : |
88- nuget pack RepositoryAPI.nuspec -Version $(currentVersion) -OutputDirectory $(Build.ArtifactStagingDirectory)
84+ nuget pack RepositoryAPI.nuspec -Version $(currentVersion)
8985 displayName: 'Make RepositoryAPI package'
9086
9187 - task : PublishBuildArtifacts@1
92- displayName : ' Save RepositoryAPI package'
88+ displayName : ' Save NuGet package as artifact '
9389 inputs :
94- targetPath : ' $(Build.ArtifactStagingDirectory)/RepositoryAPI.$(currentVersion).nupkg'
95- artifact : ' RepositoryAPI.$(currentVersion)'
96- publishLocation : ' pipeline'
97-
90+ pathToPublish : ' RepositoryAPI.$(currentVersion).nupkg'
91+ artifactName : ' RepositoryAPI-Package'
You can’t perform that action at this time.
0 commit comments