Skip to content

Commit 110300e

Browse files
committed
Merge in 'release/6.0' changes
2 parents fd7dd9e + 8f82256 commit 110300e

File tree

4 files changed

+0
-30
lines changed

4 files changed

+0
-30
lines changed

azure-pipelines-PR.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,3 @@ stages:
5858
parameters:
5959
name: Windows_arm64
6060
targetArchitecture: arm64
61-
disableVSPublish: true

azure-pipelines.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ extends:
6161
parameters:
6262
name: Windows_arm64
6363
targetArchitecture: arm64
64-
disableVSPublish: true
6564
- stage: PrepareForPublish
6665
displayName: Prepare for Publish
6766
dependsOn: Build

eng/jobs/windows-build-PR.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ parameters:
55
skipTests: $(SkipTests)
66
targetArchitecture: null
77
timeoutInMinutes: 120
8-
disableVSPublish: false
98

109
jobs:
1110
- job: ${{ parameters.name }}
@@ -38,17 +37,6 @@ jobs:
3837
value: /p:DotNetSignType=$(SignType)
3938
- name: TargetArchitecture
4039
value: ${{ parameters.targetArchitecture }}
41-
- name: DisableVSPublish
42-
value: ${{ parameters.disableVSPublish }}
43-
- ${{ if eq(variables['System.TeamProject'], 'public') }}:
44-
- name: _InternalRuntimeDownloadArgs
45-
value: ''
46-
- ${{ if ne(variables['System.TeamProject'], 'public') }}:
47-
- group: DotNet-MSRC-Storage
48-
- name: _InternalRuntimeDownloadArgs
49-
value: >-
50-
/p:DotNetRuntimeSourceFeed=https://dotnetclimsrc.blob.core.windows.net/dotnet
51-
/p:DotNetRuntimeSourceFeedKey=$(dotnetclimsrc-read-sas-token-base64)
5240

5341
steps:
5442
- ${{ if ne(variables['System.TeamProject'], 'public') }}:
@@ -80,7 +68,6 @@ jobs:
8068
build.cmd -ci -test
8169
$(CommonMSBuildArgs)
8270
$(MsbuildSigningArguments)
83-
$(_InternalRuntimeDownloadArgs)
8471
displayName: Build
8572
8673
- template: steps/upload-job-artifacts-PR.yml

eng/jobs/windows-build.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ parameters:
55
skipTests: $(SkipTests)
66
targetArchitecture: null
77
timeoutInMinutes: 120
8-
disableVSPublish: false
98

109
jobs:
1110
- job: ${{ parameters.name }}
@@ -31,21 +30,8 @@ jobs:
3130
value: /p:DotNetSignType=$(SignType)
3231
- name: TargetArchitecture
3332
value: ${{ parameters.targetArchitecture }}
34-
- name: DisableVSPublish
35-
value: ${{ parameters.disableVSPublish }}
36-
- group: DotNet-MSRC-Storage
37-
- name: _InternalRuntimeDownloadArgs
38-
value: >-
39-
/p:DotNetRuntimeSourceFeed=https://dotnetclimsrc.blob.core.windows.net/dotnet /p:DotNetRuntimeSourceFeedKey=$(dotnetclimsrc-read-sas-token-base64)
4033
templateContext:
4134
outputs:
42-
- output: nuget
43-
displayName: 'Push Visual Studio NuPkgs'
44-
condition: and( succeeded(), eq(variables['_BuildConfig'], 'Release'), ne(variables['DisableVSPublish'], 'true'), ne(variables['PostBuildSign'], 'true'))
45-
packageParentPath: '$(Build.ArtifactStagingDirectory)'
46-
packagesToPush: '$(Build.SourcesDirectory)/artifacts/packages/$(_BuildConfig)/*/VS.Redist.Common.*.nupkg'
47-
nuGetFeedType: external
48-
publishFeedCredentials: 'DevDiv - VS package feed'
4935
- output: buildArtifacts
5036
displayName: 'Publish Artifacts'
5137
condition: and(succeeded(), eq(variables._BuildConfig, 'Release'))
@@ -84,7 +70,6 @@ jobs:
8470
build.cmd -ci -test
8571
$(CommonMSBuildArgs)
8672
$(MsbuildSigningArguments)
87-
$(_InternalRuntimeDownloadArgs)
8873
displayName: Build
8974
9075
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: []

0 commit comments

Comments
 (0)