Skip to content

Commit cc6bf4b

Browse files
committed
fixoo public build
1 parent 5a54b7f commit cc6bf4b

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

eng/pipelines/templates/BuildAndTest.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ parameters:
2121
default: false
2222

2323
steps:
24-
# Build with pack+sign+archive only for internal pipeline
24+
# Internal pipeline: Build with pack+sign+archive
2525
- ${{ if ne(parameters.runAsPublic, 'true') }}:
2626
- script: ${{ parameters.buildScript }}
2727
-restore -build
@@ -35,7 +35,7 @@ steps:
3535
displayName: Build
3636

3737
# Public pipeline - helix tests
38-
- ${{ if and(eq(parameters.runAsPublic, 'true'), eq(parameters.runHelixTests, 'true')) }}:
38+
- ${{ if and(eq(parameters.runAsPublic, 'true') }}:
3939
- script: ${{ parameters.buildScript }}
4040
-restore -build
4141
-configuration ${{ parameters.buildConfig }}
@@ -45,16 +45,6 @@ steps:
4545
$(_OfficialBuildIdArgs)
4646
displayName: Build
4747

48-
# Public pipeline - non-helix tests
49-
- ${{ if and(eq(parameters.runAsPublic, 'true'), ne(parameters.runHelixTests, 'true')) }}:
50-
- script: ${{ parameters.buildScript }}
51-
-restore -build
52-
-configuration ${{ parameters.buildConfig }}
53-
/p:ArchiveTests=${{ lower(eq(parameters.runHelixTests, 'true')) }}
54-
/bl:${{ parameters.repoLogPath }}/build.binlog
55-
$(_OfficialBuildIdArgs)
56-
displayName: Build
57-
5848
# Run on windows, either for internal pipeline, or for public+non-helix-tests job
5949
- ${{ if and(eq(parameters.isWindows, 'true'), or(ne(parameters.runAsPublic, 'true'), ne(parameters.runHelixTests, 'true'))) }}:
6050
- script: ${{ parameters.buildScript }}

0 commit comments

Comments
 (0)