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