File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Sample ASP.NET Core application for Azure Pipelines docs
2
2
3
- For information on how to use this repository, see [ .NET Core] ( https://docs.microsoft.com/azure/devops/pipelines/languages/dotnet-core ) .
3
+ For information on how to use this repository, see docs for [ .NET Core] ( https://docs.microsoft.com/azure/devops/pipelines/languages/dotnet-core ) .
4
4
5
5
| Example | Build status |
6
6
| ---------| --------------|
Original file line number Diff line number Diff line change 12
12
dotnet build --configuration $(buildConfiguration)
13
13
dotnet test dotnetcore-tests --configuration $(buildConfiguration) --logger trx
14
14
dotnet publish --configuration $(buildConfiguration) --output $BUILD_ARTIFACTSTAGINGDIRECTORY
15
+ failOnStderr : true
15
16
16
17
- task : PublishTestResults@2
17
18
condition : succeededOrFailed()
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ public void Contact()
31
31
ViewResult result = controller . Contact ( ) as ViewResult ;
32
32
33
33
// Assert
34
- Assert . AreEqual ( "Your contact page ." , result . ViewData [ "Message" ] ) ;
34
+ Assert . AreEqual ( "Your contact pagess ." , result . ViewData [ "Message" ] ) ;
35
35
}
36
36
}
37
37
}
You can’t perform that action at this time.
0 commit comments