Remove unused package projects (#2026)

* Remove unused package projects

* Remove build step
This commit is contained in:
Charles Gagnon
2023-04-20 17:49:17 -07:00
committed by GitHub
parent 2496e17515
commit a254020558
19 changed files with 2 additions and 224 deletions

View File

@@ -212,10 +212,10 @@ steps:
MaxConcurrency: 5
- task: BatchScript@1
displayName: 'Package published projects'
displayName: 'Package nuspec projects'
inputs:
filename: build.cmd
arguments: '-target=dotnetpackpublished -mono'
arguments: '-target=DotnetPackNuspec -mono'
- task: BatchScript@1
displayName: "Build and Package service tool projects"