Skip to content

Commit c3e4cc6

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent 9714ff7 commit c3e4cc6

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,7 @@ steps:
2424
inputs:
2525
version: '3.0.100-preview6-012264' # replace this value with the version that you need for your project
2626

27-
- task: DotNetCoreCLI@2
28-
inputs:
29-
command: restore
30-
projects: $(project)
31-
feedsToUse: config
27+
- script: dotnet restore
3228

3329
- task: DotNetCoreCLI@2
3430
displayName: Publish win10-x64

0 commit comments

Comments
 (0)