Skip to content

Commit

Permalink
Cleanup pipeline and get it ready for RC 1 (dotnet#7574)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmitche authored Aug 11, 2022
1 parent 4d0c0c3 commit ad039ed
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,18 +66,15 @@ variables:
# used for post-build phases, internal builds only
- ${{ if and(ne(variables['isPublic'], 'true'), ne(variables['isPR'], 'true')) }}:
- group: DotNet-Winforms-SDLValidation-Params
- group: DotNet-Blob-Feed
- group: DotNet-Symbol-Server-Pats
- ${{ if ne(variables['System.TeamProject'], 'internal') }}:
- name: _InternalRuntimeDownloadArgs
value: ''
- ${{ if eq(variables['System.TeamProject'], 'internal') }}:
- group: DotNet-MSRC-Storage
- group: DotNetBuilds storage account read tokens
- group: AzureDevOps-Artifact-Feeds-Pats
- name: _InternalRuntimeDownloadArgs
value: >-
/p:DotNetRuntimeSourceFeed=https://dotnetclimsrc.blob.core.windows.net/dotnet
/p:DotNetRuntimeSourceFeedKey=$(dotnetclimsrc-read-sas-token-base64)
value: /p:DotNetRuntimeSourceFeed=https://dotnetbuilds.blob.core.windows.net/internal
/p:DotNetRuntimeSourceFeedKey=$(dotnetbuilds-internal-container-read-token-base64)

# Produce test-signed build for PR and Public builds
- ${{ if or(eq(variables['isPublic'], 'true'), eq(variables['isPR'], 'true')) }}:
Expand Down

0 comments on commit ad039ed

Please sign in to comment.