pipelines fix 02
This commit is contained in:
@@ -129,11 +129,16 @@ steps:
|
|||||||
command: 'restore'
|
command: 'restore'
|
||||||
restoreSolution: '$(Agent.BuildDirectory)/$(netHackPath)/sys/windows/vs/NetHack.sln'
|
restoreSolution: '$(Agent.BuildDirectory)/$(netHackPath)/sys/windows/vs/NetHack.sln'
|
||||||
feedsToUse: 'select'
|
feedsToUse: 'select'
|
||||||
|
|
||||||
- task: DotNetCoreCLI@2
|
- task: DotNetCoreCLI@2
|
||||||
displayName: 'Push'
|
displayName: 'Push'
|
||||||
inputs:
|
inputs:
|
||||||
command: 'push'
|
command: 'push'
|
||||||
packagesToPush:'$(Build.ArtifactStagingDirectory)/**/*.nupkg;!$(Build.ArtifactStagingDirectory)/**/*.symbols.nupkg'
|
packagesToPush:'$(Build.ArtifactStagingDirectory)/**/*.nupkg;!$(Build.ArtifactStagingDirectory)/**/*.symbols.nupkg'
|
||||||
|
nuGetFeedType: 'internal'
|
||||||
|
feedsToUse: 'select'
|
||||||
|
vstsFeed: 'your feed'
|
||||||
|
publishVstsFeed: 'your feed'
|
||||||
allowPackageConflicts: true
|
allowPackageConflicts: true
|
||||||
|
|
||||||
- task: MSBuild@1
|
- task: MSBuild@1
|
||||||
|
|||||||
Reference in New Issue
Block a user