-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Adding workloadmonitor .NET sdk #15834
Conversation
/check-enforcer reset |
/azp run |
You have several pipelines (over 10) configured to build pull requests in this repository. Specify which pipelines you would like to run by using /azp run [pipelines] command. You can specify multiple pipelines using a comma separated list. |
sdk/workloadmonitor/Microsoft.Azure.Management.WorkloadMonitor/AzSdk.RP.props
Show resolved
Hide resolved
/azp run net - mgmt - ci |
/check-enforcer reset |
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
Per my note, need to add an entry to |
<VersionPrefix>1.0.0</VersionPrefix> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to add a section that will copy over your test recording files, here is an example: https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/compute/Microsoft.Azure.Management.Compute/tests/Microsoft.Azure.Management.Compute.Tests.csproj#L23
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
got it, added the sessionRecords itemGroup
* adding workloadmonitor .Net sdk * new files added * added sdk to mgmt.yml file * added sessionRecords itemGroup to test csproj
No description provided.