Dot Net Core Wild Card Paths Ignore
See original GitHub issueI recently upgraded a VSTS task group from 0.*
to 1.*
for dot net core restore, build, test, and publish tasks. My repository has a mix of dotnet core and dotnet 4.6 projects. previously i could exclude the 4.6 projects with the slug **/*.csproj;-:**/My46Project.csproj
.
When upgrading to the 1.*
build task the dot net core task fail to find my .csproj
files and my build fails.
Any suggestions on how I can exclude the “legacy” 4.6 project while still using the upgraded VSTS tasks?
Issue Analytics
- State:
- Created 6 years ago
- Reactions:3
- Comments:9 (3 by maintainers)
Top Results From Across the Web
Asp.Net Routing: How do I ignore multiple wildcard routes?
There are two possible solutions here. Add a constraint to the ignore route to make sure that only requests that should be ignored...
Read more >Support for wild cards and conditional expressions in YAML ...
Wild cards can be used when specifying inclusion and exclusion branches for CI or PR triggers in a pipeline YAML file. However, they...
Read more >Narrowing the focus with analysis scope
Wildcard patterns. While the sonar.sources and sonar.tests parameters take simple paths, most of the parameters discussed below use path-matching ...
Read more >Routing | Documentation - ServiceStack Docs
NET 6+ JsonApiClient that's pre-configured to use /api fallback by default: ... Another good use-case for when to use wildcard routes.
Read more >How to exclude/ignore hidden files and directories in a ...
The -path option runs checks a pattern against the entire path string. * is a wildcard, / is a directory separator, . is...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I think this worked for me
I had to omit the single quotes in order to use variable substitution, e.g: