How to set a JSON file as a variable in Azure Pipeline and use it in subsequent task?
I have a myJson.json that look like this: { "FirewallGroupsToEnable": [ "Remote Event Log Management", "Windows Remote Management", "Performance Logs and Alerts", "File and Printer Sharing", "Windows Management Instrumentation (WMI)" ], "MemoryStartupBytes": "3GB" } I'd like to serialize it as…