Add IntegrationTests back; fix default

This commit is contained in:
Hananiel Sarella 2019-11-13 11:57:04 +05:30
Родитель 7ee777b4ed
Коммит 8a77a3eaa4
2 изменённых файлов: 7 добавлений и 7 удалений

Просмотреть файл

@ -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">