We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d2cae7 commit b946a2dCopy full SHA for b946a2d
azure-pipelines/xplattest-pipeline.yml
@@ -1,10 +1,15 @@
1
steps:
2
- checkout: none # skip checking out the default repository resource
3
+
4
+- script: dotnet --info
5
+ displayName: Show dotnet SDK info
6
7
- task: DownloadBuildArtifacts@0
8
displayName: Download Build Artifacts
9
inputs:
10
artifactName: deployables
11
downloadPath: $(System.DefaultWorkingDirectory)
12
13
- task: Bash@3
14
displayName: Consume NB.GV from .NET Core build
15
0 commit comments