undo temporary testing stuff

This commit is contained in:
Michael Niksa 2021-08-04 15:40:05 -07:00
parent 56009cd99d
commit 1bd54fa13d
2 changed files with 12 additions and 14 deletions

View file

@ -10,17 +10,17 @@ variables:
name: 0.0.$(Date:yyMM).$(Date:dd)$(Rev:rr)
stages:
# - stage: Build_x64
# displayName: Build x64
# dependsOn: []
# condition: succeeded()
# jobs:
# - template: ./templates/build-console-pgo.yml
# parameters:
# platform: x64
- stage: Build_x64
displayName: Build x64
dependsOn: []
condition: succeeded()
jobs:
- template: ./templates/build-console-pgo.yml
parameters:
platform: x64
- stage: Publish_PGO_Databases
displayName: Publish PGO databases
# dependsOn: ['Build_x64']
dependsOn: ['Build_x64']
jobs:
- template: ./templates/pgo-build-and-publish-nuget-job.yml
parameters:

View file

@ -20,11 +20,6 @@ jobs:
inputs:
artifactName: ${{ parameters.pgoArtifact }}
downloadPath: $(artifactsPath)
buildType: 'specific'
project: $(System.TeamProjectId)
pipeline: 71496
buildVersionToDownload: 'specific'
buildId: 37530159
- task: NuGetAuthenticate@0
inputs:
@ -69,6 +64,9 @@ jobs:
command: push
nuGetFeedType: external
packagesToPush: $(Build.ArtifactStagingDirectory)/*.nupkg
# The actual URL and PAT for this feed is configured at
# https://microsoft.visualstudio.com/Dart/_settings/adminservices
# This is the name of that connection
publishFeedCredentials: 'Terminal Public Artifact Feed'
feedsToUse: config
nugetConfigPath: '$(Build.SourcesDirectory)/NuGet.config'