2 references to LicensePath
Microsoft.DotNet.Arcade.Sdk (2)
src\ValidateLicense.cs (2)
36
var actualLines = File.ReadAllLines(TaskEnvironment.GetAbsolutePath(
LicensePath
), Encoding.UTF8);
41
Log.LogError($"License file content '{
LicensePath
}' doesn't match the expected license '{ExpectedLicensePath}'.");