Skip to content

Commit

Permalink
Temporary disable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Noggog committed Aug 21, 2020
1 parent cc75b0d commit 6635628
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ steps:
command: build
arguments: --configuration Release

- task: DotNetCoreCLI@2
displayName: "Test Release"
inputs:
command: 'test'
projects: '**/*UnitTests.csproj'
arguments: --configuration Release
# - task: DotNetCoreCLI@2
# displayName: "Test Release"
# inputs:
# command: 'test'
# projects: '**/*UnitTests.csproj'
# arguments: --configuration Release

- task: DotNetCoreCLI@2
displayName: "Publish"
Expand Down

0 comments on commit 6635628

Please sign in to comment.