We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
before bump
(...) "buildSteps": [ { "command" : "dotnet", "args": [ "build", "Cmf.Connect.IoT.Driver.Oib.SetupCenter.sln" ], "workingDirectory" : ".\\SetupCenter\\Cmf.Connect.IoT.Driver.Oib.SetupCenter" }, { "command" : "dotnet", "args": [ "build", "Cmf.Connect.IoT.Driver.Oib.Traceability.sln" ], "workingDirectory" : ".\\Traceability\\Cmf.Connect.IoT.Driver.Oib.Traceability" } ], (...)
after bump
(...) "buildSteps": [ { "args": [ "build", "Cmf.Connect.IoT.Driver.Oib.SetupCenter.sln" ], "command": "dotnet", "workingDirectory": "C:\\Work\\Packages\\Features\\IoT-OIB\\OIBExtensions\\SetupCenter\\Cmf.Connect.IoT.Driver.Oib.SetupCenter" }, { "args": [ "build", "Cmf.Connect.IoT.Driver.Oib.Traceability.sln" ], "command": "dotnet", "workingDirectory": "C:\\Work\\Packages\\Features\\IoT-OIB\\OIBExtensions\\Traceability\\Cmf.Connect.IoT.Driver.Oib.Traceability" } ]
if we look to the workingDirectory, we can see the value changed
The text was updated successfully, but these errors were encountered:
fix: serialization changing workingDirectory>buildSteps
fb5e137
fixes #190
3fc8b18
3bb6675
joaoopereira
Successfully merging a pull request may close this issue.
before bump
after bump
if we look to the workingDirectory, we can see the value changed
The text was updated successfully, but these errors were encountered: