File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ variables:
8
8
projectName : ' Umbraco.Forms.Integrations.Commerce.EMerchantPay'
9
9
solution : ' **/*.sln'
10
10
project : ' src/$(projectName)/$(projectName).csproj'
11
- testPoject : ' src/$(projectName).Tests/$(projectName).Tests.csproj'
12
11
buildPlatform : ' Any CPU'
13
12
buildConfiguration : ' Release'
14
13
@@ -37,17 +36,9 @@ steps:
37
36
packagesToPack : ' $(project)'
38
37
versioningScheme : ' off'
39
38
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 ../../
48
39
- task : PublishBuildArtifacts@1
49
40
displayName : ' Publish Build Artifacts'
50
41
inputs :
51
42
PathtoPublish : ' $(Build.ArtifactStagingDirectory)'
52
43
ArtifactName : ' drop'
53
- publishLocation : ' Container'
44
+ publishLocation : ' Container'
You can’t perform that action at this time.
0 commit comments