File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -14,14 +14,6 @@ steps:
14
14
- task : NuGetToolInstaller@1
15
15
displayName : ' Install NuGet'
16
16
17
- - task : DotNetCoreCLI@2
18
- displayName : ' NuGet Restore'
19
- inputs :
20
- command : ' restore'
21
- feedsToUse : ' select'
22
- projects : ' $(project)'
23
- includeNuGetOrg : true
24
-
25
17
- task : VSBuild@1
26
18
displayName : ' Build Project'
27
19
inputs :
@@ -30,14 +22,6 @@ steps:
30
22
platform : ' $(buildPlatform)'
31
23
configuration : ' $(buildConfiguration)'
32
24
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
-
41
25
- task : CmdLine@2
42
26
displayName : ' Create Umbraco Package'
43
27
inputs :
You can’t perform that action at this time.
0 commit comments