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 364f391 commit 75fc064Copy full SHA for 75fc064
.azuredevops/pipelines/official.yml
@@ -98,10 +98,4 @@ extends:
98
displayName: NuGet Authenticate
99
- script: |
100
dotnet build $(Build.SourcesDirectory)/MSBuildCache.sln --configuration $(BuildConfiguration) -BinaryLogger:$(LogDirectory)/msbuild.binlog
101
- displayName: Build
102
- - task: DotNetCoreCLI@2
103
- displayName: Run Unit Tests
104
- inputs:
105
- command: test
106
- projects: $(Build.SourcesDirectory)/MSBuildCache.sln
107
- arguments: -restore:false --no-build --configuration $(BuildConfiguration) -- --report-trx --results-directory $(Agent.TempDirectory)
+ displayName: Build
0 commit comments