Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
vatsan-madhavan committed Jul 9, 2019
1 parent cd2e286 commit 6cd5163
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,20 @@ variables:

steps:
- task: DotNetCoreInstaller@0
displayName: "Install .NET Core SDK"
inputs:
version: '3.0.100-preview6-012264'

- task: NuGetCommand@2
- task: VSBuild@1
displayName: "Restore NuGet Packages"
inputs:
restoreSolution: '$(solution)'
solution: '$(solution)'
msbuildArgs: '/p:SkipInvalidConfigurations=true /t:Restore'
platform: '$(buildPlatform)'
configuration: '$(buildConfiguration)'

- task: VSBuild@1
displayName: "Build Solutions"
inputs:
solution: '$(solution)'
msbuildArgs: '/p:SkipInvalidConfigurations=true'
Expand Down

0 comments on commit 6cd5163

Please sign in to comment.