Skip to content

Commit 02233d2

Browse files
committed
Update azure-pipeline - SEO.SemrushTools.yml for Azure Pipelines
1 parent 2e42b0b commit 02233d2

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

azure-pipeline - SEO.SemrushTools.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -51,21 +51,6 @@ steps:
5151
packagesToPack: '$(project)'
5252
versioningScheme: 'off'
5353

54-
- task: UseDotNet@2
55-
displayName: 'Install .NET Core 3.x'
56-
inputs:
57-
packageType: 'sdk'
58-
version: '3.x'
59-
60-
- task: CmdLine@2
61-
displayName: 'Create Umbraco Package'
62-
inputs:
63-
script: |
64-
dotnet tool install --global Umbraco.Tools.Packages
65-
cd src/$(projectName)/
66-
umbpack pack .\package.xml -o $(Build.ArtifactStagingDirectory)
67-
cd ../../
68-
6954
- task: PublishBuildArtifacts@1
7055
displayName: 'Publish Build Artifacts'
7156
inputs:

0 commit comments

Comments
 (0)