Skip to content

Commit b946a2d

Browse files
committed
Display dotnet --info before each runtime test
1 parent 3d2cae7 commit b946a2d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

azure-pipelines/xplattest-pipeline.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
steps:
22
- checkout: none # skip checking out the default repository resource
3+
4+
- script: dotnet --info
5+
displayName: Show dotnet SDK info
6+
37
- task: DownloadBuildArtifacts@0
48
displayName: Download Build Artifacts
59
inputs:
610
artifactName: deployables
711
downloadPath: $(System.DefaultWorkingDirectory)
12+
813
- task: Bash@3
914
displayName: Consume NB.GV from .NET Core build
1015
inputs:

0 commit comments

Comments
 (0)