File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 9
9
parameters :
10
10
DisplayNamePrefix : Send to Helix
11
11
HelixProjectPath : src/installer/tests/helixpublish.proj
12
- HelixProjectArguments : -ci /p:Configuration=$(_BuildConfig) /p:TargetArchitecture=${{ parameters.archType }} /p:TargetOS=${{ parameters.osGroup }}
12
+ HelixProjectArguments : >
13
+ /p:Configuration=$(_BuildConfig)
14
+ /p:TargetArchitecture=${{ parameters.archType }}
15
+ /p:TargetOS=${{ parameters.osGroup }}
16
+ /p:ContinuousIntegrationBuild=true
13
17
Creator : ${{ parameters.creator }}
14
18
${{ if eq(variables['System.TeamProject'], 'internal') }} :
15
19
HelixAccessToken : $(HelixApiAccessToken)
Original file line number Diff line number Diff line change @@ -1293,8 +1293,7 @@ extends:
1293
1293
artifactFileName : CoreCLR_Libraries_BuildArtifacts_$(osGroup)$(osSubgroup)_$(archType)_Release$(archiveExtension)
1294
1294
unpackFolder : $(Build.SourcesDirectory)/artifacts/bin
1295
1295
displayName : ' unified artifacts'
1296
- enablePublishTestResults : true
1297
- testRunTitle : Installer-$(osGroup)$(osSubgroup)_$(archType)
1296
+ timeoutInMinutes : 120
1298
1297
postBuildSteps :
1299
1298
- template : /eng/pipelines/installer/steps/upload-job-artifacts.yml
1300
1299
parameters :
@@ -1329,8 +1328,7 @@ extends:
1329
1328
artifactFileName : CoreCLR_Libraries_BuildArtifacts_$(osGroup)$(osSubgroup)_$(archType)_$(debugOnPrReleaseOnRolling)$(archiveExtension)
1330
1329
unpackFolder : $(Build.SourcesDirectory)/artifacts/bin
1331
1330
displayName : ' unified artifacts'
1332
- enablePublishTestResults : true
1333
- testRunTitle : Installer-$(osGroup)$(osSubgroup)_$(archType)
1331
+ timeoutInMinutes : 120
1334
1332
postBuildSteps :
1335
1333
- template : /eng/pipelines/installer/steps/upload-job-artifacts.yml
1336
1334
parameters :
You can’t perform that action at this time.
0 commit comments