Nikita
Nikita
@sixeyed I have VM image **Win2008r2Std-Gen1_boot.vhdx** execute this command `PS C:\> ConvertTo-Dockerfile -ImagePath D:\Win2008r2Std-Gen1_boot.vhdx -Artifact IIS -Verbose -OutputPath d:\iis7` And get result ``` VERBOSE: Reading image file: D:\Win2008r2Std-Gen1_boot.vhdx VERBOSE: Image...
@sixeyed I catch it Generate_IIS:165 ``` if ($sourcePath -ne $mainVirtualDir.PhysicalPath) { ProcessDirectory -DirectoryBuilder $DirectoryBuilder -CopyBuilder $CopyBuilder -SourcePath $sourcePath } ``` AclBuilder is null
@andreputera Yes! See PR #55
It is internal project
I reproduce it use empty nunit project packages.config ``` ``` UnitTest1.cs ``` using System; using NUnit.Framework; namespace UnitTestProject1 { [TestFixture] public class UnitTest1 { [Test] public void TestMethod1() { Console.WriteLine("test");...
``` Microsoft (R) Test Execution Command Line Tool Version 15.8.0-preview-20180610-02 Copyright (c) Microsoft Corporation. All rights reserved. Starting test execution, please wait... NUnit Adapter 3.10.0.21: Test execution started Running all...
file b7b3e470-73cd-11e8-ba0f-2dd83a1f0155.runsettings is generated by VSTest task I can not change it manual
I added custom runsettings with True Nothing changes
All works fine with MSTest :(