Skip to content

Commit 8a55641

Browse files
author
Simon Zhao
committed
Remove test scripts
1 parent 24046ff commit 8a55641

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

eng/pipelines/build.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -134,22 +134,6 @@ jobs:
134134
/bl:$(BUILD.SOURCESDIRECTORY)\artifacts\log\$(_BuildConfig)\PackSignPublish-${{ parameters.targetArchitecture }}.binlog
135135
displayName: Pack, Sign, and Publish
136136

137-
- ${{ if eq(variables['_BuildConfig'], 'Debug') }}:
138-
- script: Write-Output "test1"
139-
displayName: test1
140-
141-
- ${{ if eq('${{ parameters.targetArchitecture }}', 'x64') }}:
142-
- script: Write-Output "test2"
143-
displayName: test2
144-
145-
- ${{ if eq(variables['System.TeamProject'], 'public') }}:
146-
- script: Write-Output "test3"
147-
displayName: test3
148-
149-
- ${{ if in(variables['Build.Reason'], 'PullRequest') }}:
150-
- script: Write-Output "test4"
151-
displayName: test4
152-
153137
# Merge code coverage data
154138
- pwsh: eng\MergeCoverageData.ps1 -configuration $(_BuildConfig) -artifactsDir '$(Build.SourcesDirectory)\artifacts'
155139
displayName: Merge Coverage Data

0 commit comments

Comments
 (0)