attempt machine version test and change to artifact feed connection

This commit is contained in:
Michael Niksa 2021-08-04 12:36:57 -07:00
parent 940560ab9e
commit d7dddf4cdd
2 changed files with 8 additions and 3 deletions

View file

@ -4,7 +4,9 @@ pr: none
pool:
name: WinDevPool-L
demands: ImageOverride -equals WinDevVS16-latest
demands:
- ImageOverride -equals WinDevVS16-latest
- ImageVersionOverride -equals 2.0.0
parameters:
- name: branding

View file

@ -58,5 +58,8 @@ jobs:
displayName: 'NuGet push'
inputs:
command: push
publishVstsFeed: Terminal/TerminalDependencies
packagesToPush: $(Build.ArtifactStagingDirectory)/*.nupkg
nuGetFeedType: external
packagesToPush: $(Build.ArtifactStagingDirectory)/*.nupkg
publishFeedCredentials: 'Terminal Public Artifact Feed'
feedsToUse: config
nugetConfigPath: '$(Build.SourcesDirectory)/NuGet.config'