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 831a116 commit b1b6e7eCopy full SHA for b1b6e7e
azure-pipelines.yml
@@ -89,6 +89,27 @@ jobs:
89
!**\obj\**
90
searchFolder: '$(System.DefaultWorkingDirectory)'
91
92
+ - task: DotNetCoreCLI@2
93
+ displayName: dotnet restore
94
+ inputs:
95
+ command: 'restore'
96
+ projects: '**/*.csproj'
97
+ feedsToUse: 'select'
98
+
99
100
+ displayName: dotnet build
101
102
+ command: 'build'
103
104
105
106
107
+ displayName: dotnet test
108
109
+ command: 'test'
110
111
112
113
- task: PowerShell@2
114
condition: and(succeeded(), eq(variables['BUILD_PUBLISH_ARTIFACTS'], 'True'))
115
displayName: dotnet publish
0 commit comments