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
Yatao Li committed Feb 15, 2020
1 parent 6fecee4 commit 4ed7a84
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@ steps:
- task: UseDotNet@2
displayName: 'Use .NET Core sdk'
inputs:
packageType: sdk
packageType: 'sdk'
version: '3.1'
includePreviewVersions: true
version: 3.0.100-preview6-012264
installationPath: $(Agent.ToolsDirectory)/dotnet
- task: PowerShell@2
inputs:
filePath: 'pack.ps1'
Expand Down

0 comments on commit 4ed7a84

Please sign in to comment.