Add SdkVersion to Template.ToString()
- Documents which SdkVersion was tested
This commit is contained in:
parent
43be2bff95
commit
daebec95f3
|
|
@ -56,7 +56,7 @@ namespace AspNetCoreSdkTests.Templates
|
||||||
GetHttpResponsesAfterExec, LazyThreadSafetyMode.ExecutionAndPublication);
|
GetHttpResponsesAfterExec, LazyThreadSafetyMode.ExecutionAndPublication);
|
||||||
}
|
}
|
||||||
|
|
||||||
public override string ToString() => $"{Name}, source: {NuGetPackageSource}, rid: {RuntimeIdentifier}";
|
public override string ToString() => $"{Name}, source: {NuGetPackageSource}, rid: {RuntimeIdentifier}, sdk: {DotNetUtil.SdkVersion}";
|
||||||
|
|
||||||
private string TempDir => Path.Combine(AssemblySetUp.TempDir, Name, NuGetPackageSource.Name, RuntimeIdentifier.Name );
|
private string TempDir => Path.Combine(AssemblySetUp.TempDir, Name, NuGetPackageSource.Name, RuntimeIdentifier.Name );
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue