Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add documentation for using UseProjectReferenceToAzureClients #9270

Conversation

chidozieononiwu
Copy link
Member

No description provided.

CONTRIBUTING.md Outdated
@@ -114,6 +114,9 @@ If for any reason there is an update to the build tools, you will then need to f
3. Invoke `dotnet test eng\service.proj --filter TestCategory!=Live`
<br/><br/>

### Testing Against Latest Versions of Client Libraries
>In some cases, you might want to test against the latest versions of the client libraries. i.e. version not yet published to nuget. For this scenario you should make use of the `UseProjectReferenceToAzureClients` property which when set to `true` will switch all package references for client libraries present in the build to project references. This result in testing against the current version of the libraries in the repo. e.g. `dotnet test eng\service.proj /p:ServiceDirectory=eventhub --filter TestCategory!=Live /p:UseProjectReferenceToAzureClients=true`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove >

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed

@chidozieononiwu chidozieononiwu force-pushed the DevDocForProjectReferenceToAzureClients branch from c0b6111 to 5667cdd Compare January 3, 2020 18:22
@chidozieononiwu chidozieononiwu merged commit e0f7ee6 into Azure:master Jan 6, 2020
@chidozieononiwu chidozieononiwu deleted the DevDocForProjectReferenceToAzureClients branch January 6, 2020 20:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants