Skip to content

Commit c929f41

Browse files
committed
Update azure-pipeline - SEO.SemrushTools.yml for Azure Pipelines
1 parent 628abd1 commit c929f41

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

azure-pipeline - SEO.SemrushTools.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,6 @@ steps:
1414
- task: NuGetToolInstaller@1
1515
displayName: 'Install NuGet'
1616

17-
- task: DotNetCoreCLI@2
18-
displayName: 'NuGet Restore'
19-
inputs:
20-
command: 'restore'
21-
feedsToUse: 'select'
22-
projects: '$(project)'
23-
includeNuGetOrg: true
24-
2517
- task: VSBuild@1
2618
displayName: 'Build Project'
2719
inputs:
@@ -30,14 +22,6 @@ steps:
3022
platform: '$(buildPlatform)'
3123
configuration: '$(buildConfiguration)'
3224

33-
- task: DotNetCoreCLI@2
34-
displayName: 'Create NuGet Package'
35-
inputs:
36-
command: 'pack'
37-
arguments: '--configuration $(buildConfiguration)'
38-
packagesToPack: '$(project)'
39-
versioningScheme: 'off'
40-
4125
- task: CmdLine@2
4226
displayName: 'Create Umbraco Package'
4327
inputs:

0 commit comments

Comments
 (0)