Add IntegrationTests back; fix default
This commit is contained in:
Родитель
7ee777b4ed
Коммит
8a77a3eaa4
|
@ -39,12 +39,12 @@ stages:
|
|||
command: 'test'
|
||||
arguments: '--filter Category!=Integration'
|
||||
testRunTitle: 'Unit Tests'
|
||||
# - task: DotNetCoreCLI@2
|
||||
# displayName: Dotnet test (Integration Tests)
|
||||
# inputs:
|
||||
# command: 'test'
|
||||
# arguments: '--filter Category=Integration'
|
||||
# testRunTitle: 'Unit Tests'
|
||||
- task: DotNetCoreCLI@2
|
||||
displayName: Dotnet test (Integration Tests)
|
||||
inputs:
|
||||
command: 'test'
|
||||
arguments: '--filter Category=Integration'
|
||||
testRunTitle: 'Integration Tests'
|
||||
- task: DotNetCoreCLI@2
|
||||
displayName: Dotnet publish
|
||||
inputs:
|
||||
|
|
|
@ -59,7 +59,7 @@ export class Home extends Component {
|
|||
<div>
|
||||
<form name="form" action="/starter.zip" method="post" autoComplete="off" onSubmit={this.trackSubmitEvent} >
|
||||
<div>
|
||||
<InputSelector id="steeltoeVersion" title="Steeltoe Version" name="steeltoeVersion" values={[ "2.3.0", "2.4.0-rc1"]} defaultValue="2.2" onChange={this.handleInputChange} />
|
||||
<InputSelector id="steeltoeVersion" title="Steeltoe Version" name="steeltoeVersion" values={[ "2.3.0", "2.4.0-rc1"]} defaultValue="2.3.0" onChange={this.handleInputChange} />
|
||||
|
||||
|
||||
<div className="line">
|
||||
|
|
Загрузка…
Ссылка в новой задаче