-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
Receiving message required parameter ConfigurationPath not given. #282
Comments
Some addition info, the path to the error is c:\users\name.nuget\packages\mobile.buildtools\2.0.245\build, file Secrets.targets, Line 16 |
It's in local build from VS ? Or with a CI Platforms (AzureDevOps, AppCenter , ...) ? EDIT : i read your other issue, i assume it's form DevOps so. I think it's related with my issue #281. |
For this problem it is on a local VS build. he other issues are on an Azure DevOps build. For this problem, it is random. It has not happened today. But yesterday, happened about 10 times. |
Here's the bin log from https://github.com/shinyorg/shiny/tree/dev/tests/Shiny.Tests.Device - this is failing on a local build ConfigurationPath is indeed, not being passed to the task. Things to note: The build parameter for solution directory is c:\dev\shinylibs\shiny\tests\ when in actual fact, it is c:\dev\shinylibs\shiny\ |
It appears there is a verified bug here... Until I can get a new build out please use the following in a Directory.Build.props <Target Name="MBTHack"
BeforeTargets="Secrets"
DependsOnTargets="MobileBuildToolsInit">
</Target> |
I am receiving a build time error. The "SecretsJsonTask" task was not given a value for the required parameter "ConfigurationPath".
But I cannot find where I am supposed to provide this path, and what value I should enter. I have searched the documentation and generally on the internet, but I can find no reference to this. What step am I missing?
Many thanks.
The text was updated successfully, but these errors were encountered: