* Use arcade's signing tool to sign all artifacts.
Fix#119
* Change Package Worker to be inside of MSBuild, so we can get the Version property correctly.
* Collapse packaging the worker into the same build step as signing.
* Copy eng\common from Arcade repo.
* Enable Spark to build using dotnet/arcade
* Update coverlet version to work around bug in older version.
* Fix up test directory lookup for new artifacts location.
* Don't use dummy versions for local dev builds.
* Fix up official build for new output artifacts location
* Rearrange official build
- Set official build id parameter
- Build nuget package on Build leg
- Publish the worker using MSBuild instead of cmd
* Ensure only our .nupkg gets signed and copied, and the .nupkg is placed directly in the Packages folder.
Clean up official build definition.