parent
33b22d1638
commit
32b6204fda
2 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@ namespace Microsoft.DotNet.Tools.Builder.Tests
|
||||||
.Pass();
|
.Pass();
|
||||||
}
|
}
|
||||||
|
|
||||||
//[Fact] https://github.com/dotnet/cli/issues/3269
|
[Fact]
|
||||||
public void It_builds_projects_with_ruleset_relative_path()
|
public void It_builds_projects_with_ruleset_relative_path()
|
||||||
{
|
{
|
||||||
var testInstance = TestAssetsManager
|
var testInstance = TestAssetsManager
|
||||||
|
|
|
@ -72,7 +72,7 @@ namespace Microsoft.DotNet.Tools.Compiler.Tests
|
||||||
Assert.True(File.Exists(generatedSatelliteAssemblyPath), $"File {generatedSatelliteAssemblyPath} was not found.");
|
Assert.True(File.Exists(generatedSatelliteAssemblyPath), $"File {generatedSatelliteAssemblyPath} was not found.");
|
||||||
}
|
}
|
||||||
|
|
||||||
//[Fact] https://github.com/dotnet/cli/issues/3269
|
[Fact]
|
||||||
public void LibraryWithAnalyzer()
|
public void LibraryWithAnalyzer()
|
||||||
{
|
{
|
||||||
var root = Temp.CreateDirectory();
|
var root = Temp.CreateDirectory();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue