Re-enable some tests
This commit is contained in:
parent
656eab7aec
commit
ac3900d9c1
2 changed files with 2 additions and 4 deletions
|
@ -42,8 +42,7 @@ namespace Microsoft.DotNet.Tests.ArgumentForwarding
|
||||||
/// This is a critical scenario for the driver.
|
/// This is a critical scenario for the driver.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="testUserArgument"></param>
|
/// <param name="testUserArgument"></param>
|
||||||
// This test is "Windows only" for now due to https://github.com/dotnet/corefx/issues/23496
|
[Theory]
|
||||||
[WindowsOnlyTheory]
|
|
||||||
[InlineData(@"""abc"" d e")]
|
[InlineData(@"""abc"" d e")]
|
||||||
[InlineData(@"""ábc"" d é")]
|
[InlineData(@"""ábc"" d é")]
|
||||||
[InlineData(@"""abc"" d e")]
|
[InlineData(@"""abc"" d e")]
|
||||||
|
|
|
@ -21,10 +21,9 @@
|
||||||
<PackageReference Include="Microsoft.DotNet.PlatformAbstractions" Version="$(PlatformAbstractionsVersion)"/>
|
<PackageReference Include="Microsoft.DotNet.PlatformAbstractions" Version="$(PlatformAbstractionsVersion)"/>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<!-- Disabled on non-Windows due to https://github.com/dotnet/corefx/issues/23496 -->
|
|
||||||
<Target Name="PrecompileScript"
|
<Target Name="PrecompileScript"
|
||||||
BeforeTargets="Build"
|
BeforeTargets="Build"
|
||||||
Condition=" '$(IsCrossTargetingBuild)' != 'true' And '$(OS)' == 'Windows_NT'">
|
Condition=" '$(IsCrossTargetingBuild)' != 'true' ">
|
||||||
<Exec Command="$(DotnetInOutputDirectory) publish ../ArgumentsReflector/ArgumentsReflector.csproj --output $(MSBuildThisFileDirectory)/$(OutputPath)" />
|
<Exec Command="$(DotnetInOutputDirectory) publish ../ArgumentsReflector/ArgumentsReflector.csproj --output $(MSBuildThisFileDirectory)/$(OutputPath)" />
|
||||||
</Target>
|
</Target>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue