remove testing changes to prepare PR

This commit is contained in:
riarenas 2019-09-10 14:36:39 -07:00
parent c84ef86d91
commit b954c77991

View file

@ -13,7 +13,7 @@ variables:
- name: _ArcadePublishBlobFeedUrl - name: _ArcadePublishBlobFeedUrl
value: https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json value: https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json
- name: _DotNetArtifactsCategory - name: _DotNetArtifactsCategory
value: .NETCoreValidation # temporary variable name, so that we can test this change. value: .NETCore
- name: _DotNetValidationArtifactsCategory - name: _DotNetValidationArtifactsCategory
value: .NETCoreValidation value: .NETCoreValidation
- name: _PublishUsingPipelines - name: _PublishUsingPipelines
@ -291,15 +291,15 @@ stages:
pool: pool:
vmImage: vs2017-win2016 vmImage: vs2017-win2016
# - ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: - ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
# - template: /eng/common/templates/job/generate-graph-files.yml - template: /eng/common/templates/job/generate-graph-files.yml
# parameters: parameters:
# continueOnError: true continueOnError: true
# includeToolset: false includeToolset: false
# dependsOn: dependsOn:
# - Asset_Registry_Publish - Asset_Registry_Publish
# pool: pool:
# vmImage: vs2017-win2016 vmImage: vs2017-win2016
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: - ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
- template: eng\common\templates\post-build\post-build.yml - template: eng\common\templates\post-build\post-build.yml
@ -310,13 +310,12 @@ stages:
# This repo doesn't produce any signed packages. # This repo doesn't produce any signed packages.
enableSigningValidation: false enableSigningValidation: false
publishInstallersAndChecksums: true publishInstallersAndChecksums: true
enableSourceLinkValidation: false # Disabling for testing in internal-only branc
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest'), not(contains(variables['Build.SourceBranch'], 'refs/heads/internal/'))) }}: - ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest'), not(contains(variables['Build.SourceBranch'], 'refs/heads/internal/'))) }}:
- stage: copy_to_latest - stage: copy_to_latest
displayName: Copy to latest displayName: Copy to latest
dependsOn: dependsOn:
# This will run only after all the publishing stages have run and have been validated. # This will run only after all the publishing stages have run.
# These stages are introduced in the eng/common/templates/post-build/channels YAML templates # These stages are introduced in the eng/common/templates/post-build/channels YAML templates
- NetCore_Dev31_Publish - NetCore_Dev31_Publish
- NetCore_Dev30_Publish - NetCore_Dev30_Publish