File tree Expand file tree Collapse file tree 3 files changed +0
-25
lines changed Expand file tree Collapse file tree 3 files changed +0
-25
lines changed Original file line number Diff line number Diff line change 1
1
<!-- default badges list -->
2
- ![ ] ( https://img.shields.io/endpoint?url=https://codecentral.devexpress.com/api/v1/VersionRange/800447205/23.1.3%2B )
3
2
[ ![ ] ( https://img.shields.io/badge/Open_in_DevExpress_Support_Center-FF7200?style=flat-square&logo=DevExpress&logoColor=white )] ( https://supportcenter.devexpress.com/ticket/details/T1233410 )
4
3
[ ![ ] ( https://img.shields.io/badge/📖_How_to_use_DevExpress_Examples-e9f6fc?style=flat-square )] ( https://docs.devexpress.com/GeneralInformation/403183 )
5
4
[ ![ ] ( https://img.shields.io/badge/💬_Leave_Feedback-feecdd?style=flat-square )] ( #does-this-example-address-your-development-requirementsobjectives )
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -146,35 +146,12 @@ function Set-BuildVersion {
146
146
Write-Output " New List: $updatedList "
147
147
}
148
148
149
- function Set-TestingFailed {
150
- $TempDirectory = Join-Path - Path $env: WORKSPACE - ChildPath " TEMP"
151
- if (-not (Test-Path - Path $TempDirectory )) {
152
- Write-Output " `n Creating a temp directory at $TempDirectory "
153
- New-Item - ItemType Directory - Path $TempDirectory | Out-Null
154
- }
155
-
156
- $ReadmeFile = Join-Path - Path $TempDirectory - ChildPath " README.md"
157
-
158
- $Content = " Example testing failed: [Example testing failed](https://example-testing-failed.com/)"
159
- Write-Output " `n Writing a file with invalid link to a temp directory at $TempDirectory "
160
- Set-Content - Path $ReadmeFile - Value $Content
161
- }
162
-
163
149
Write-Output " `n Branch Name: $env: branchName "
164
150
165
151
Set-BuildVersion
166
- if (-not $global :buildVersion ) {
167
- Write-Output " `n The buildVersion is null or an empty string."
168
- Set-TestingFailed
169
- [System.Environment ]::Exit ($global :errorCode )
170
- }
171
152
Process - JavaScriptProjects - buildVersion $global :buildVersion
172
153
Process - DotNetProjects
173
154
174
155
Write-Output " `n Finished testing. Error code: $global :errorCode "
175
156
176
- if ($global :errorCode -ne 0 ) {
177
- Set-TestingFailed
178
- }
179
-
180
157
[System.Environment ]::Exit ($global :errorCode )
You can’t perform that action at this time.
0 commit comments