Esempio n. 1
0
        public void Setup()
        {
            string       testPath     = Directory.GetCurrentDirectory();
            FileServices fileServices = new FileServices();

            _context = new ExecutionContext
            {
                FunctionAppDirectory = testPath
            };

            _releaseServices = new ReleaseServices(fileServices);
        }
Esempio n. 2
0
 public Releases(ReleaseServices releaseServices) => _releaseServices = releaseServices;