Skip to content

Commit c0d4469

Browse files
authored
Update and rename azure-pipeline - Commerce.EMerchantPay.yml to azure-pipeline - Commerce.Emerchantpay.yml
1 parent be86ea6 commit c0d4469

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

azure-pipeline - Commerce.EMerchantPay.yml renamed to azure-pipeline - Commerce.Emerchantpay.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ variables:
88
projectName: 'Umbraco.Forms.Integrations.Commerce.EMerchantPay'
99
solution: '**/*.sln'
1010
project: 'src/$(projectName)/$(projectName).csproj'
11-
testPoject: 'src/$(projectName).Tests/$(projectName).Tests.csproj'
1211
buildPlatform: 'Any CPU'
1312
buildConfiguration: 'Release'
1413

@@ -37,17 +36,9 @@ steps:
3736
packagesToPack: '$(project)'
3837
versioningScheme: 'off'
3938

40-
- task: CmdLine@2
41-
displayName: 'Create Umbraco Package'
42-
inputs:
43-
script: |
44-
dotnet tool install --global Umbraco.Tools.Packages
45-
cd src/$(projectName)/
46-
umbpack pack .\package.xml -o $(Build.ArtifactStagingDirectory)
47-
cd ../../
4839
- task: PublishBuildArtifacts@1
4940
displayName: 'Publish Build Artifacts'
5041
inputs:
5142
PathtoPublish: '$(Build.ArtifactStagingDirectory)'
5243
ArtifactName: 'drop'
53-
publishLocation: 'Container'
44+
publishLocation: 'Container'

0 commit comments

Comments
 (0)