-
-
Notifications
You must be signed in to change notification settings - Fork 231
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
Feature: use Azure Pipelines for building #209
Comments
I'm a Program Manager on Azure Pipelines. Let me know if you have any suggestions or questions. I'm happy to help! |
@kaylangan My plan was to implement the same steps as I did on https://github.com/WireMock-Net/WireMock.Net/tree/Response_BodyData For this project this means
Do you maybe have some hints or tips when integrating with Azure Pipelines? |
Makes sense to me! It looks like you have a pretty good handle on how to get set up, based on what I see in the other project. Also, this may be intentional, but your Azure DevOps project isn't public so I can't see the build results even though I can see the status in the checks section. |
Some questions:
|
Check out the docs on making a private project public.
You can use wildcards as you've done it here. We have a doc on more advanced file name patterns. Would this meet your needs?
What's the error that you are getting? If you can get MSBuild to work, that's great. Otherwise, I'll have to check with one of my teammates. |
variables:
buildProjects: '**/src/**/+(System.Linq.Dynamic.Core|EntityFramework.DynamicLinq|Microsoft.EntityFrameworkCore.DynamicLinq).csproj'
<PropertyGroup Condition=" '$(buildType)' == 'azure-pipelines-ci' ">
<TargetFrameworks>net40;net45;net46;netstandard1.3;netstandard2.0</TargetFrameworks>
</PropertyGroup> |
|
Azure DevOps projects include source control and pipelines so those steps should work to make your builds public. The reason I think your Azure Pipelines project is set to private is when I click to see the build results I get 401'd instead of seeing the logs. |
Hello @kaylangan This PR fails: |
#210
The text was updated successfully, but these errors were encountered: