Branch | VSTS |
---|---|
dev | |
master |
Package | Dev Release | Pre-Release | Release |
---|---|---|---|
App.Metrics.Packaging |
Add the following package reference to the csproj:
<PackageReference Include="App.Metrics.Packaging" Version="*" PrivateAssets="All" />
The package description defaults to the package id, so add the following project to provide a real description:
<PropertyGroup>
<Description>{The package's description}</Description>
</PropertyGroup>
./build.ps1 -Target Local
Package will be output to /.artifacts/packages/App.Metrics.Packaging.{Version}.nupkg
To version bump, edit the VersionPrefix
and/or VersionSuffix
in ./version.props
When on non-release branches the
VersionSuffix
will always be set toalpha
with the build number appended.