Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 738 Bytes

CONTRIBUTING.md

File metadata and controls

31 lines (20 loc) · 738 Bytes

Contributing to the Azure Artifacts Credential Provider

Building

dotnet build CredentialProvider.Microsoft --configuration Release

In this and subsequent examples, configuration can be either debug or release.

Publishing

dotnet publish CredentialProvider.Microsoft --configuration Release --framework net6.0

Packing

dotnet pack CredentialProvider.Microsoft --configuration Release

For CI builds, you can append a pre-release version:

dotnet pack CredentialProvider.Microsoft --configuration Release /p:NuspecProperties=VersionSuffix=MyCustomVersion-2

Versioning

When releasing a new version, update the CredentialProviderVersion property in Build.props