Using with-baseline and Stryker is erroring with since is mutually exclusive. Is the command missing something? #2742
Answered
by
rouke-broersma
StormMaster12
asked this question in
Q&A
-
Running Stryker using the baseline functionality, but since v3.11.0. Stryker is falling over with an error about Since and Baseline being mutually exclusive. Is the following command valid for running a baseline, or is something misconfigured somewhere? $(Agent.BuildDirectory)/tools/dotnet-stryker -f '$(System.DefaultWorkingDirectory)/build/stryker/${{parameters.configFile}}.json' --with-baseline:'$(System.PullRequest.TargetBranch)' --version '$(System.PullRequest.SourceBranch)' --azure-fileshare-sas '$(ContainerSasToken)' And with the following config {
"stryker-config": {
"baseline": {
"provider": "AzureFileStorage",
"azure-fileshare-url": "..."
},
}
} |
Beta Was this translation helpful? Give feedback.
Answered by
rouke-broersma
Oct 30, 2023
Replies: 1 comment
-
Hi thank you for asking, this is a bug. It's being fixed. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rouke-broersma
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi thank you for asking, this is a bug. It's being fixed.
#2743
#2744