Skip to content

Commit

Permalink
Merge pull request #70 from bijington/bijington-tidy-up-azure-script
Browse files Browse the repository at this point in the history
Tidy up azure-pipelines.yml
  • Loading branch information
bijington authored Jul 19, 2020
2 parents 8831805 + 70d68a4 commit 7c89bb7
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,25 +20,12 @@ steps:
packageType: 'sdk'
version: '3.1.x'

# - task: NuGetCommand@2
# displayName: "NuGet Restore"
# inputs:
# command: 'restore'
# restoreSolution: '**/*.sln'
# feedsToUse: 'select'
- task: DotNetCoreCLI@2
displayName: "NuGet Restore"
inputs:
command: 'restore'
projects: '**/*.csproj'

# - task: PowerShell@2
# displayName: "NET Standard Build"
# inputs:
# targetType: 'inline'
# script: |
# dotnet build .\Source\CSharp\Expressive\Expressive.Standard\Expressive.Standard.csproj -c release

- task: MSBuild@1
displayName: "Build"
inputs:
Expand All @@ -49,4 +36,4 @@ steps:
inputs:
command: 'test'
projects: '**/*.csproj'
testRunTitle: 'Run all tests'
testRunTitle: 'Run all tests'

0 comments on commit 7c89bb7

Please sign in to comment.