File tree 1 file changed +0
-16
lines changed
1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -134,22 +134,6 @@ jobs:
134
134
/bl:$(BUILD.SOURCESDIRECTORY)\artifacts\log\$(_BuildConfig)\PackSignPublish-${{ parameters.targetArchitecture }}.binlog
135
135
displayName : Pack, Sign, and Publish
136
136
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
-
153
137
# Merge code coverage data
154
138
- pwsh : eng\MergeCoverageData.ps1 -configuration $(_BuildConfig) -artifactsDir '$(Build.SourcesDirectory)\artifacts'
155
139
displayName : Merge Coverage Data
You can’t perform that action at this time.
0 commit comments