Skip to content

Commit 9c663cd

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent 3ae7094 commit 9c663cd

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

azure-pipelines.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
11
# ASP.NET Core
2-
- task: DotNetCoreCLI@2
3-
inputs:
4-
command: 'restore'
5-
projects: '''**/*.csproj'''
6-
feedsToUse: 'select'
7-
vstsFeed: 'dfdf6e68-71a8-48cc-a0fb-46129820a475'
2+
83
# Build and test ASP.NET Core projects targeting .NET Core.
94
# Add steps that run tests, create a NuGet package, deploy, and more:
105
# https://docs.microsoft.com/azure/devops/pipelines/languages/dotnet-core
116

12-
137
trigger:
148
- main
159

@@ -22,3 +16,9 @@ variables:
2216
steps:
2317
- script: dotnet build --configuration $(buildConfiguration)
2418
displayName: 'dotnet build $(buildConfiguration)'
19+
- task: DotNetCoreCLI@2
20+
inputs:
21+
command: 'restore'
22+
projects: '''**/*.csproj'''
23+
feedsToUse: 'select'
24+
vstsFeed: 'dfdf6e68-71a8-48cc-a0fb-46129820a475'

0 commit comments

Comments
 (0)